diff options
| author | seth <[email protected]> | 2023-07-15 03:43:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-15 04:15:21 -0400 |
| commit | 1f693a4ae1e59a1ee6649acaabba7508da78bad2 (patch) | |
| tree | 39a3c12471580bf3d824f8a572b8e54b7d7c6e59 /users | |
| parent | a2399cd55d21d2cdddedd59a759739a6132283c4 (diff) | |
hosts+users: fix stateVersions
Diffstat (limited to 'users')
| -rw-r--r-- | users/seth/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; } |
