From 70975c018d22157ac9c3230fe1b92f602f0f2c57 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Sun, 16 Aug 2026 12:59:46 -0400 Subject: [PATCH] nixos-server: fix typo in stateversion string --- hosts/shared/nixos-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/shared/nixos-server.nix b/hosts/shared/nixos-server.nix index 781f0cf..51a84f3 100644 --- a/hosts/shared/nixos-server.nix +++ b/hosts/shared/nixos-server.nix @@ -241,5 +241,5 @@ in }; nixpkgs.config.allowUnfree = true; - system.StateVersion = "26.05"; + system.stateVersion = "26.05"; }