diff --git a/nixos/modules/services/web-apps/freshrss.nix b/nixos/modules/services/web-apps/freshrss.nix index 53366e2c891e..9a6556676597 100644 --- a/nixos/modules/services/web-apps/freshrss.nix +++ b/nixos/modules/services/web-apps/freshrss.nix @@ -135,6 +135,8 @@ in default = "freshrss"; description = '' Name of the nginx virtualhost to use and setup. If null, do not setup any virtualhost. + You may need to configure the virtualhost further through services.nginx.virtualHosts., + for example to enable SSL. ''; };