From 045650fa89c87a541a81716108b76aed2b8ba91d Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 31 Oct 2024 23:00:31 +0100 Subject: Disable man page cache generation (for now?) Signed-off-by: Mel --- modules/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 290befd..b96fba6 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -19,6 +19,10 @@ services.envfs.enable = true; virtualisation.libvirtd.enable = true; + # fish enables this by default, + # it makes every nixos rebuild very slow. + documentation.man.generateCaches = false; + # use corsac dns server networking.nameservers = let corsacTailnet = "100.64.100.100"; -- cgit 1.4.1