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

Merge branch 'no-docs-please' into 'develop'

Explicitly ask Nix to not install any docs

Closes #180

See merge request !522
parents 91e04df8 607c9448
No related branches found
No related tags found
2 merge requests!523update production,!522Explicitly ask Nix to not install any docs
Pipeline #6356 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