Decentralize stateVersion control

This commit is contained in:
SebastianStork 2024-06-26 13:43:48 +02:00
parent b0f3028c6e
commit e2261da99b
6 changed files with 8 additions and 11 deletions

View file

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