From 18aba8953d634da1e46cfc9d55d0c417525a2742 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 27 Apr 2024 15:30:22 +0200 Subject: [PATCH] disable documentation --- common.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/common.nix b/common.nix index 88bdf8d..8f70520 100644 --- a/common.nix +++ b/common.nix @@ -89,4 +89,19 @@ PermitRootLogin = "prohibit-password"; }; }; + documentation = { + enable = false; + doc.enable = false; + dev.enable = false; + info.enable = false; + nixos = { + enable = false; + includeAllModules = false; + options.warningsAreErrors = false; + }; + man = { + enable = false; + generateCaches = false; + }; + }; }