aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/richese/default.nix')
-rw-r--r--hosts/richese/default.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index cf00abd..2eb0f6c 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -2,9 +2,13 @@
boot = {
initrd.kernelModules = [ "zfs" ];
kernelPackages = pkgs.linuxPackages_6_18;
- loader.grub = {
- enable = true;
- memtest86.enable = true;
+ loader = {
+ efi.canTouchEfiVariables = true;
+ systemd-boot = {
+ enable = true;
+ memtest86.enable = true;
+ };
+ timeout = 3;
};
supportedFilesystems = [ "zfs" ];
zfs = {