diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-11-24 11:03:57 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-11-24 11:03:57 -0800 |
| commit | ed822895ca8e80d534a339e3ec9f1043fe375854 (patch) | |
| tree | 67451bcc80589b3a1e3d5d5ca6c7e7a35b53643a /hosts | |
| parent | 9ca7f7d1845ba5fb62c9a23cbee79f6e996d1bee (diff) | |
| download | nix-ed822895ca8e80d534a339e3ec9f1043fe375854.tar nix-ed822895ca8e80d534a339e3ec9f1043fe375854.tar.gz nix-ed822895ca8e80d534a339e3ec9f1043fe375854.tar.bz2 nix-ed822895ca8e80d534a339e3ec9f1043fe375854.tar.lz nix-ed822895ca8e80d534a339e3ec9f1043fe375854.tar.xz nix-ed822895ca8e80d534a339e3ec9f1043fe375854.tar.zst nix-ed822895ca8e80d534a339e3ec9f1043fe375854.zip | |
Add memtest86plus @caladan
Diffstat (limited to '')
| -rw-r--r-- | hosts/caladan/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index 67f5b78..4ef32c1 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -20,6 +20,7 @@ extraInstallCommands = '' ${pkgs.rsync}/bin/rsync -av --delete /efiboot/efi1/ /efiboot/efi2 ''; + memtest86.enable = true; }; timeout = 3; }; |
