diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 20cb017..43a0cc1 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -16,6 +16,11 @@ ]; }; }; + + # Bootloader + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + boot.loader.timeout = 1; system.autoUpgrade = { enable = true;