Update configuration-template.nix

This commit is contained in:
ediblerope 2025-12-04 11:44:28 +00:00 committed by GitHub
parent f58b10d558
commit e76acc6cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,11 @@ in
networking.hostName = "FredOS-Gaming"; networking.hostName = "FredOS-Gaming";
## Space for boot loader settings # Enable flakes for nix-unstable integration
nix.settings.experimental-features = [ "nix-command" "flakes" ];
####################################
## Space for boot loader settings ##
####################################
system.stateVersion = "25.11"; system.stateVersion = "25.11";
} }