build04: set systemd-boot.configurationLimit

This commit is contained in:
zowoq 2023-04-18 18:32:12 +10:00
parent 2c69fe8237
commit cebb7cfdc0

View file

@ -12,6 +12,7 @@
nix.settings.system-features = [ "big-parallel" ]; # sync with roles/remote-builder/aarch64-build04.nix
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = false;
# Make it easier to recover via serial console in case something goes wrong.