diff --git a/modules/profiles.nix b/modules/profiles.nix index a1ef320..58c6038 100644 --- a/modules/profiles.nix +++ b/modules/profiles.nix @@ -12,6 +12,7 @@ in (mkIf (cfg == "server") { services.openssh.enable = true; + documentation.nixos.enable = false; nix.gc = { automatic = true; options = "--delete-older-than 30d";