diff options
author | Karel Kočí <cynerd@email.cz> | 2025-03-17 11:53:14 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-03-17 11:53:14 +0100 |
commit | 06eab68e050f282fc16e6885c97cccf6a828a86f (patch) | |
tree | a4ae58a86f6e081e819872424e14de11a490cb88 /nixos/configurations/spt-omnia.nix | |
parent | e95aecd10d662c58c3be1636886d6ecc9170bd85 (diff) | |
download | nixos-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/configurations/spt-omnia.nix')
-rw-r--r-- | nixos/configurations/spt-omnia.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configurations/spt-omnia.nix b/nixos/configurations/spt-omnia.nix index e5d2433..1809b2a 100644 --- a/nixos/configurations/spt-omnia.nix +++ b/nixos/configurations/spt-omnia.nix @@ -1,6 +1,7 @@ {config, ...}: let hosts = config.cynerd.hosts.spt; in { + system.stateVersion = "24.05"; turris.board = "omnia"; deploy = { enable = true; |