nixos/clan: add option for opting out of Clan defaults

Also replace `documentation.nixos.enable = false` with
`documentation.doc.enable` to opt out of only `nixos-help` and the HTML
manual but leave `man configuration.nix`.
This commit is contained in:
Michael Hoang
2025-02-16 19:33:45 +07:00
parent 0d9963c1a6
commit c4f77989fb
6 changed files with 46 additions and 38 deletions

View File

@@ -91,7 +91,7 @@
]
)
];
config = {
config = lib.mkIf config.clan.core.setDefaults {
# conflicts with systemd-resolved
networking.useHostResolvConf = false;