forked from M-Labs/it-infra
desktop: install memtest86
This commit is contained in:
parent
6e7b4aa4a9
commit
ca37637771
|
@ -10,6 +10,9 @@ in
|
|||
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
programs.command-not-found.dbPath = "${pkgs.path}/programs.sqlite";
|
||||
|
||||
boot.loader.systemd-boot.memtest86.enable = true;
|
||||
boot.loader.grub.memtest86.enable = true;
|
||||
|
||||
imports =
|
||||
[
|
||||
(./. + "/${host}-hardware-configuration.nix")
|
||||
|
|
Loading…
Reference in New Issue