infrastructure/nixos/base/documentation.nix

3 lines
57 B
Nix

{config, ...}: {
documentation.nixos.enable = false;
}