aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/kaitain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kaitain/default.nix')
-rw-r--r--hosts/kaitain/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix
index 157945f..febb671 100644
--- a/hosts/kaitain/default.nix
+++ b/hosts/kaitain/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" ];