diff options
| author | Mel <einebeere@gmail.com> | 2025-02-10 22:34:27 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-02-10 22:34:27 +0100 |
| commit | 24d58b5ad9e6b1e76fc829733660ba64d88e5b54 (patch) | |
| tree | 6a2b7471303527adbb45c6a3d09fff8cf5476c04 | |
| parent | 5269762653fb737732eee49e8a251da508fa52c1 (diff) | |
| download | minerals-24d58b5ad9e6b1e76fc829733660ba64d88e5b54.tar.zst minerals-24d58b5ad9e6b1e76fc829733660ba64d88e5b54.zip | |
Re-enable all documentation generation (so slow!!)
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | modules/common.nix | 13 |
1 files changed, 12 insertions, 1 deletions
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 |
