From db1f3a03d95da88fd29c3585977739f8e875de26 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 21 Jul 2025 18:52:41 +0000 Subject: [PATCH] Re-add stateVersion I removed it to be able to run on corp, but I need it when spinning up new servers, so I'm re-adding it. --- modules/system/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/base.nix b/modules/system/base.nix index 51e81d8..9990561 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -35,5 +35,5 @@ # and migrated your data accordingly. # # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . - #system.stateVersion = "25.05"; + system.stateVersion = "25.05"; }