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,7 +10,7 @@
lib.mkIf config.clan.core.enableRecommendedDefaults {
# Enable automatic state-version generation.
clan.core.settings.state-version.enable = true;
clan.core.settings.state-version.enable = lib.mkDefault true;
# Use systemd during boot as well except:
# - systems with raids as this currently require manual configuration: https://github.com/NixOS/nixpkgs/issues/210210