aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/generic.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-03-17 11:53:14 +0100
committerKarel Kočí <cynerd@email.cz>2025-03-17 11:53:14 +0100
commit06eab68e050f282fc16e6885c97cccf6a828a86f (patch)
treea4ae58a86f6e081e819872424e14de11a490cb88 /nixos/modules/generic.nix
parente95aecd10d662c58c3be1636886d6ecc9170bd85 (diff)
downloadnixos-personal-06eab68e050f282fc16e6885c97cccf6a828a86f.tar.gz
nixos-personal-06eab68e050f282fc16e6885c97cccf6a828a86f.tar.bz2
nixos-personal-06eab68e050f282fc16e6885c97cccf6a828a86f.zip
nixos: move stateVersion to the configurations
This should be part of the configuration file as it is pecified to the machine and should not be modified without consideration.
Diffstat (limited to 'nixos/modules/generic.nix')
-rw-r--r--nixos/modules/generic.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index 183bffe..e029058 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -6,8 +6,6 @@
inherit (lib) mkOverride mkDefault;
in {
config = {
- system.stateVersion = "24.05";
-
nix = {
extraOptions = "experimental-features = nix-command flakes";
settings = {