From f41af72e42e5d1160a3b3e8d1ea6ba1558a3359d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 28 Sep 2025 23:50:18 +0300 Subject: [PATCH] vm: bump stateVersion --- hosts/vm/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 9c8cb96..9f97bc3 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -15,7 +15,7 @@ ]; mj = { - stateVersion = "24.11"; + stateVersion = "25.05"; timeZone = "UTC"; username = "nixos";