global/general: disable man-db

This commit is contained in:
Infinidoge 2024-09-04 01:44:57 -04:00
parent ddcdd51f43
commit 04d8243137
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 4 additions and 2 deletions

View file

@ -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;
}