Unverified Commit 277d1834 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

parents 2568a1f9 b21bec17
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.
      '';
    };