Update configuration-template.nix
This commit is contained in:
parent
f58b10d558
commit
e76acc6cd3
1 changed files with 13 additions and 9 deletions
|
|
@ -12,14 +12,18 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
"${gitConfig}/git.nix"
|
"${gitConfig}/git.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue