desktop: install memtest86

This commit is contained in:
Sebastien Bourdeauducq 2024-05-29 17:59:37 +08:00
parent 6e7b4aa4a9
commit ca37637771
1 changed files with 3 additions and 0 deletions

View File

@ -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")