mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Decentralize stateVersion control
This commit is contained in:
parent
b0f3028c6e
commit
e2261da99b
6 changed files with 8 additions and 11 deletions
|
|
@ -6,6 +6,8 @@
|
|||
];
|
||||
|
||||
networking.hostName = "north";
|
||||
system.stateVersion = "23.11";
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8;
|
||||
|
||||
myConfig = {
|
||||
boot = {
|
||||
|
|
@ -31,7 +33,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8;
|
||||
|
||||
programs.steam.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue