nixos-server: fix typo in stateversion string

This commit is contained in:
2026-08-16 12:59:46 -04:00
parent 009e1b68b9
commit 70975c018d
+1 -1
View File
@@ -241,5 +241,5 @@ in
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
system.StateVersion = "26.05"; system.stateVersion = "26.05";
} }