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