diff options
Diffstat (limited to 'hosts/ginaz')
| -rw-r--r-- | hosts/ginaz/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 9ee5950..9c46040 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -4,7 +4,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" ]; |
