summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2025-02-10 22:34:27 +0100
committerMel <einebeere@gmail.com>2025-02-10 22:34:27 +0100
commit24d58b5ad9e6b1e76fc829733660ba64d88e5b54 (patch)
tree6a2b7471303527adbb45c6a3d09fff8cf5476c04 /modules
parent5269762653fb737732eee49e8a251da508fa52c1 (diff)
downloadminerals-24d58b5ad9e6b1e76fc829733660ba64d88e5b54.tar.zst
minerals-24d58b5ad9e6b1e76fc829733660ba64d88e5b54.zip
Re-enable all documentation generation (so slow!!)
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix13
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