From a8819b61b7b7563052be39f12793e93e02c9756e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 1 Mar 2022 15:30:42 +0100 Subject: configurationLimit --- hosts/sif/default.nix | 5 ++++- hosts/surtr/default.nix | 1 + hosts/vidhar/default.nix | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 { # Use the systemd-boot EFI boot loader. loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + configurationLimit = 15; + }; efi.canTouchEfiVariables = true; timeout = null; }; diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index aded4655..d30e0cba 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix @@ -16,6 +16,7 @@ boot = { loader.grub = { enable = true; + configurationLimit = 7; version = 2; device = "/dev/vda"; }; diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index fc592e58..b63520c8 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -18,6 +18,7 @@ boot = { loader.grub = { enable = true; + configurationLimit = 420; version = 2; device = "/dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D95019BDF4083"; }; -- cgit v1.2.3