summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-01 15:30:42 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-01 15:30:42 +0100
commita8819b61b7b7563052be39f12793e93e02c9756e (patch)
treeea4e1bb899a14bc6f951e1b3e012b1ad5f0b6e0d /hosts/sif
parentaa0b1edf92b7e056e956a46316a9fb2f6d01504b (diff)
downloadnixos-a8819b61b7b7563052be39f12793e93e02c9756e.tar
nixos-a8819b61b7b7563052be39f12793e93e02c9756e.tar.gz
nixos-a8819b61b7b7563052be39f12793e93e02c9756e.tar.bz2
nixos-a8819b61b7b7563052be39f12793e93e02c9756e.tar.xz
nixos-a8819b61b7b7563052be39f12793e93e02c9756e.zip
configurationLimit
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index e3d52aec..b4914273 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -38,7 +38,10 @@ in {
38 38
39 # Use the systemd-boot EFI boot loader. 39 # Use the systemd-boot EFI boot loader.
40 loader = { 40 loader = {
41 systemd-boot.enable = true; 41 systemd-boot = {
42 enable = true;
43 configurationLimit = 15;
44 };
42 efi.canTouchEfiVariables = true; 45 efi.canTouchEfiVariables = true;
43 timeout = null; 46 timeout = null;
44 }; 47 };