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 bc53c7a886
commit 5c68e129b7
6 changed files with 46 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
{ lib, ... }:
{ lib, config, ... }:
# Taken from:
# https://github.com/nix-community/srvos/blob/main/nixos/common/nix.nix
{
lib.mkIf config.clan.core.setDefaults {
# Fallback quickly if substituters are not available.
nix.settings.connect-timeout = 5;