Update configuration-template.nix

This commit is contained in:
ediblerope 2025-12-03 16:17:37 +00:00 committed by GitHub
parent 9f26985cda
commit 9162ba69fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
}