diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-11-24 12:47:08 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-11-24 12:47:08 -0800 |
| commit | d3a5926b4ae548d6623c3c918fad4967ce52699d (patch) | |
| tree | 5f68f8b67130327239308de11bdd6234a4f4c6b8 /hosts/neptune/default.nix | |
| parent | ed822895ca8e80d534a339e3ec9f1043fe375854 (diff) | |
| download | nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.tar nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.tar.gz nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.tar.bz2 nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.tar.lz nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.tar.xz nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.tar.zst nix-d3a5926b4ae548d6623c3c918fad4967ce52699d.zip | |
Enable memtest86plus @*
Diffstat (limited to 'hosts/neptune/default.nix')
| -rw-r--r-- | hosts/neptune/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/neptune/default.nix b/hosts/neptune/default.nix index 7ce3ad8..1f96850 100644 --- a/hosts/neptune/default.nix +++ b/hosts/neptune/default.nix @@ -7,7 +7,10 @@ kernelPackages = pkgs.linuxPackages_6_17; loader = { efi.canTouchEfiVariables = true; - systemd-boot.enable = true; + systemd-boot = { + enable = true; + memtest86.enable = true; + }; timeout = 3; }; supportedFilesystems = [ "zfs" ]; |
