summaryrefslogtreecommitdiff
path: root/hosts/profiles.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-15 03:43:41 -0400
committerseth <[email protected]>2023-07-15 04:15:21 -0400
commit1f693a4ae1e59a1ee6649acaabba7508da78bad2 (patch)
tree39a3c12471580bf3d824f8a572b8e54b7d7c6e59 /hosts/profiles.nix
parenta2399cd55d21d2cdddedd59a759739a6132283c4 (diff)
hosts+users: fix stateVersions
Diffstat (limited to 'hosts/profiles.nix')
-rw-r--r--hosts/profiles.nix3
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";
}
];