diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 80924f9..ba27476 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -49,7 +49,7 @@ ''; loader = { - timeout = lib.mkDefault 3; + timeout = 3; efi.canTouchEfiVariables = true; systemd-boot = { enable = true;