diff options
Diffstat (limited to 'hosts/sif/default.nix')
-rw-r--r-- | hosts/sif/default.nix | 5 |
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 | }; |