diff --git a/configuration-template.nix b/configuration-template.nix index d73b192..eed60be 100644 --- a/configuration-template.nix +++ b/configuration-template.nix @@ -19,9 +19,7 @@ in networking.hostName = "FredOS-Gaming"; - boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/vda"; - boot.loader.grub.useOSProber = true; +## Space for boot loader settings system.stateVersion = "25.11"; }