disable state-version in right place

This commit is contained in:
Jörg Thalheim
2025-08-31 15:35:55 +02:00
parent 0b1c12d2e5
commit a0c27194a6
3 changed files with 3 additions and 4 deletions

View File

@@ -10,9 +10,6 @@
clan-core.nixosModules.installer
];
# We don't need state-version in a live installer
clan.core.settings.state-version.enable = false;
clan.core.deployment.requireExplicitUpdate = true;
nixpkgs.pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;