Skip to content
Snippets Groups Projects
Commit 607c9448 authored by Florian Sesser's avatar Florian Sesser
Browse files

Explicitly tell Nix to not install any docs

parent 91e04df8
No related branches found
No related tags found
2 merge requests!523update production,!522Explicitly ask Nix to not install any docs
Pipeline #6345 passed
......@@ -61,6 +61,17 @@
services.private-storage.monitoring.exporters.promtail.enable = true;
# Install no documentation on grid
# It seems 24.05 has some new defaults that aren't stripped away by the
# 'minimal' profile above.
# See https://github.com/NixOS/nixpkgs/blob/nixos-24.05/nixos/modules/misc/documentation.nix
documentation.enable = false;
documentation.man.enable = false;
documentation.info.enable = false;
documentation.doc.enable = false;
documentation.dev.enable = false;
documentation.nixos.enable = false;
assertions = [
# This is a check to save somebody in the future trying to debug why
# setting `nixpkgs.config` is not having an effect.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment