From 24d58b5ad9e6b1e76fc829733660ba64d88e5b54 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 10 Feb 2025 22:34:27 +0100 Subject: Re-enable all documentation generation (so slow!!) Signed-off-by: Mel --- modules/common.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 3d364c0..a0122a3 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -21,7 +21,18 @@ # fish enables this by default, # it makes every nixos rebuild very slow. - documentation.man.generateCaches = false; + # NOTE: enabled for now, although will + # be switched up with a bespoke solution soon! + documentation.man.generateCaches = true; + documentation = { + info.enable = true; + doc.enable = true; + dev.enable = true; + nixos = { + enable = true; + includeAllModules = true; + }; + }; networking.hostName = me; # use corsac dns server -- cgit 1.4.1