diff --git a/hosts/sercanto.nix b/hosts/sercanto.nix index fe93b1a..5c3fa11 100644 --- a/hosts/sercanto.nix +++ b/hosts/sercanto.nix @@ -41,7 +41,10 @@ boot = { loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + configurationLimit = 5; + }; efi.canTouchEfiVariables = true; }; kernel.sysctl."net.ipv4.ip_forward" = "1";