diff --git a/hosts/12kingdoms-suzu/mitsuha/default.nix b/hosts/12kingdoms-suzu/mitsuha/default.nix index 005549f1..e1ccfd4d 100644 --- a/hosts/12kingdoms-suzu/mitsuha/default.nix +++ b/hosts/12kingdoms-suzu/mitsuha/default.nix @@ -62,4 +62,6 @@ # Control socket for the Hypervisor so that a MicroVM can be shutdown cleanly socket = "control.socket"; }; + + system.stateVersion = "23.11"; } diff --git a/hosts/12kingdoms-suzu/suzi/default.nix b/hosts/12kingdoms-suzu/suzi/default.nix index fc73f775..92bdba14 100644 --- a/hosts/12kingdoms-suzu/suzi/default.nix +++ b/hosts/12kingdoms-suzu/suzi/default.nix @@ -65,4 +65,6 @@ # Control socket for the Hypervisor so that a MicroVM can be shutdown cleanly socket = "control.socket"; }; + + system.stateVersion = "23.11"; }