config: set default value for system state version

This commit is contained in:
Gabriel Arazas 2023-10-19 00:16:21 +08:00
parent 142c2ef378
commit 009a59e10b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -197,6 +197,11 @@
# This is to prevent problems setting with overlays as much as I like
# using them.
services.guix.package = inputs.guix-overlay.packages.${config.nixpkgs.system}.guix;
# It's following the 'nixpkgs' flake input which should be in unstable
# branches. Not to mention, most of the system configurations should
# have this attribute set explicitly by default.
system.stateVersion = lib.mkDefault "23.11";
};
# The default config for our home-manager configurations. This is also to