nixos/freshrss: improve description for virtualHost (#337895)

This commit is contained in:
Adam C. Stephens
2024-08-28 08:14:25 -04:00
committed by GitHub
@@ -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.<virtualhost>,
for example to enable SSL.
'';
};