From c03a6ea7c0e12bcee7ed238d8dd76b6174cc41fb Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 20 Jan 2020 17:14:57 +0100 Subject: [PATCH] Glotzbert: remove memtest --- hosts/glotzbert/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/glotzbert/configuration.nix b/hosts/glotzbert/configuration.nix index 9f447c28..75039d14 100644 --- a/hosts/glotzbert/configuration.nix +++ b/hosts/glotzbert/configuration.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ../../lib ../../lib/yggdrasil.nix ]; + imports = [ ./hardware-configuration.nix ../../lib ]; c3d2 = { isInHq = true; @@ -18,7 +18,6 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.systemd-boot.memtest86.enable = true; boot.kernelPackages = pkgs.linuxPackages_4_19; networking.hostName = "glotzbert"; # Define your hostname.