From 06eab68e050f282fc16e6885c97cccf6a828a86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Mar 2025 11:53:14 +0100 Subject: 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. --- nixos/configurations/spt-omnia.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/configurations/spt-omnia.nix') 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; -- cgit v1.2.3