hosts: update system state version to 23.11

This commit is contained in:
Gabriel Arazas 2023-08-03 13:29:00 +08:00
parent a9ab8e06ef
commit 3fc2d6dbc3
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 2 additions and 2 deletions

View File

@ -183,5 +183,5 @@
"~0.28.172.in-addr.arpa" "~0.28.172.in-addr.arpa"
]; ];
system.stateVersion = "23.05"; # Yes! I read the comment! system.stateVersion = "23.11"; # Yes! I read the comment!
} }

View File

@ -181,5 +181,5 @@ in
IdentityFile ${config.sops.secrets."borg/ssh-key".path} IdentityFile ${config.sops.secrets."borg/ssh-key".path}
''; '';
system.stateVersion = "23.05"; system.stateVersion = "23.11";
} }