treewide: use lib.mkDefault for "collateral" config

this allows the user to override settings without lib.mkForce,
since that should only be needed for potentially unadvisable changes
This commit is contained in:
Elec3137 2026-02-16 19:31:35 -08:00
commit 4c4e2ee737
5 changed files with 10 additions and 8 deletions

View file

@ -28,7 +28,7 @@ in
};
config = lib.mkIf cfg.enable {
nixowos.${name} = {
nixowos.${name} = lib.mkDefault {
lix.enable = true;
nix.enable = true;
luks.enable = true;