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/modules/generic.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules/generic.nix') 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 = { -- cgit v1.2.3