sercanto: set systemd-boot.configurationLimit

This commit is contained in:
Serĉanto de Scio 2024-07-09 20:38:23 +10:00
parent fd7ff1c9c0
commit 52380181f0
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -41,7 +41,10 @@
boot = { boot = {
loader = { loader = {
systemd-boot.enable = true; systemd-boot = {
enable = true;
configurationLimit = 5;
};
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
kernel.sysctl."net.ipv4.ip_forward" = "1"; kernel.sysctl."net.ipv4.ip_forward" = "1";