build04: set systemd-boot.configurationLimit
This commit is contained in:
parent
2c69fe8237
commit
cebb7cfdc0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
nix.settings.system-features = [ "big-parallel" ]; # sync with roles/remote-builder/aarch64-build04.nix
|
nix.settings.system-features = [ "big-parallel" ]; # sync with roles/remote-builder/aarch64-build04.nix
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
|
|
||||||
# Make it easier to recover via serial console in case something goes wrong.
|
# Make it easier to recover via serial console in case something goes wrong.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue