diff options
Diffstat (limited to 'hosts/profiles.nix')
| -rw-r--r-- | hosts/profiles.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"; } ]; |
