From 9162ba69fa7a8aaaf8dbc71c105fbf68bcaa1a03 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 3 Dec 2025 16:17:37 +0000 Subject: [PATCH] Update configuration-template.nix --- configuration-template.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; }