nixos/freshrss: improve description for virtualHost

This commit is contained in:
Fernando Ayats 2024-08-28 10:25:10 +02:00
parent 2893de7dd8
commit b21bec17eb
No known key found for this signature in database

View File

@ -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.
'';
};