From bdfd583b658536eb00f08a5f8055ea1530de2f25 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 27 Mar 2024 22:02:14 +0800 Subject: [PATCH] chore: stateversion for microvm --- hosts/12kingdoms-suzu/mitsuha/default.nix | 2 ++ hosts/12kingdoms-suzu/suzi/default.nix | 2 ++ 2 files changed, 4 insertions(+) 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"; }