1

System: Disable documentation

This commit is contained in:
2026-04-17 12:45:12 +02:00
parent 2fbf61c052
commit cadd7bd949
2 changed files with 5 additions and 2 deletions

View File

@ -144,7 +144,7 @@ with mylib.networking; {
documentation = { documentation = {
# NOTE: Disable this while configuring stuff, it's slow # NOTE: Disable this while configuring stuff, it's slow
enable = true; enable = false;
man.enable = config.documentation.enable; man.enable = config.documentation.enable;
man.cache.enable = true; # Slow but needed for neovim man picker man.cache.enable = true; # Slow but needed for neovim man picker
info.enable = config.documentation.enable; info.enable = config.documentation.enable;

View File

@ -69,7 +69,10 @@ in {
# https://github.com/nix-community/impermanence/issues/253 # https://github.com/nix-community/impermanence/issues/253
(mkRDir "/usr/systemd-placeholder" m755) (mkRDir "/usr/systemd-placeholder" m755)
(mkDir "mandb" "/var/cache/man" m755) # TODO: Why does this use the mandb user?
# TODO: Why does this apparently conflict with comfyui-nix?
# (mkDir "mandb" "/var/cache/man" m755)
# (mkRDir "/var/cache/restic-backups-synology" m755) # (mkRDir "/var/cache/restic-backups-synology" m755)
(mkRDir "/var/db/sudo" m711) (mkRDir "/var/db/sudo" m711)