summaryrefslogtreecommitdiff
path: root/hosts/atlas/default.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/atlas/default.nix
parenta2399cd55d21d2cdddedd59a759739a6132283c4 (diff)
hosts+users: fix stateVersions
Diffstat (limited to 'hosts/atlas/default.nix')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 0 insertions, 2 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"];