diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix index 208bf4f85488..1436e680c7e0 100644 --- a/nixos/modules/testing/test-instrumentation.nix +++ b/nixos/modules/testing/test-instrumentation.nix @@ -239,7 +239,7 @@ in services.qemuGuest.package = pkgs.qemu_test.ga; # Squelch warning about unset system.stateVersion - system.stateVersion = lib.mkDefault lib.trivial.release; + system.stateVersion = (lib.mkOverride 1200) lib.trivial.release; }; }