Glotzbert: remove memtest

This commit is contained in:
Ehmry - 2020-01-20 17:14:57 +01:00
parent 84e7a38024
commit c03a6ea7c0
1 changed files with 1 additions and 2 deletions

View File

@ -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.