diff options
| -rw-r--r-- | hosts/atlas/default.nix | 2 | ||||
| -rw-r--r-- | hosts/glados-wsl/default.nix | 2 | ||||
| -rw-r--r-- | hosts/glados/default.nix | 2 | ||||
| -rw-r--r-- | hosts/p-body/default.nix | 2 | ||||
| -rw-r--r-- | hosts/profiles.nix | 3 | ||||
| -rw-r--r-- | users/seth/home.nix | 2 |
6 files changed, 3 insertions, 10 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 21f06f7..a77d6ec 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -34,8 +34,6 @@ nix.settings.allowed-users = ["bob"]; - system.stateVersion = "23.05"; - users.users = { atlas = { extraGroups = ["wheel"]; diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix index 33770eb..b2ed3d1 100644 --- a/hosts/glados-wsl/default.nix +++ b/hosts/glados-wsl/default.nix @@ -41,6 +41,4 @@ audit.enable = false; auditd.enable = false; }; - - system.stateVersion = "23.05"; } diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index c05f08a..ba930d2 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -40,6 +40,4 @@ _: { swapDevices = 1; memoryPercent = 50; }; - - system.stateVersion = "23.05"; } diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 47a77c3..06baded 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -45,8 +45,6 @@ } ]; - system.stateVersion = "23.11"; - users.users.p-body = { extraGroups = ["wheel"]; isNormalUser = true; diff --git a/hosts/profiles.nix b/hosts/profiles.nix index 143fcd0..4d38b2d 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -56,7 +56,7 @@ in { }; getchoo.base.enable = true; - system.stateVersion = "23.05"; + system.stateVersion = "23.11"; } ]; @@ -86,6 +86,7 @@ in { }; nix.registry.nixpkgs.flake = nixpkgs-stable; + system.stateVersion = "23.05"; } ]; diff --git a/users/seth/home.nix b/users/seth/home.nix index be1b269..e32f956 100644 --- a/users/seth/home.nix +++ b/users/seth/home.nix @@ -7,6 +7,6 @@ _: { home = { username = "seth"; homeDirectory = "/home/seth"; - stateVersion = "23.05"; + stateVersion = "23.11"; }; } |
