diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 227655c..c830f46 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -44,8 +44,6 @@ ]; }; - documentation.man.man-db.enable = false; - nix.settings.accept-flake-config = true; networking = { diff --git a/modules/global/general.nix b/modules/global/general.nix index 6c10a75..01c4ca2 100644 --- a/modules/global/general.nix +++ b/modules/global/general.nix @@ -31,4 +31,8 @@ # Disable force importing ZFS roots boot.zfs.forceImportRoot = false; + + # Disable man-db/man-cache + # I don't use it, and it takes ages on rebuild + documentation.man.man-db.enable = false; }