Set configurationlimit for bootloader
Some checks failed
pre-commit / pre-commit (push) Failing after 17s
Some checks failed
pre-commit / pre-commit (push) Failing after 17s
This commit is contained in:
parent
be2e9a63db
commit
50c06ed5bc
@ -15,7 +15,10 @@
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.loader.systemd-boot = { enable = true; };
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 3;
|
||||
};
|
||||
boot.loader.efi = { canTouchEfiVariables = true; };
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user