Unverified Commit b21bec17 authored by Fernando Ayats's avatar Fernando Ayats
Browse files

nixos/freshrss: improve description for virtualHost

parent 2893de7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
      '';
    };