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"; }