Skip to content

Commit

Permalink
nixos/freshrss: improve description for virtualHost (#337895)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Aug 28, 2024
2 parents 2568a1f + b21bec1 commit 277d183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/web-apps/freshrss.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};

Expand Down

0 comments on commit 277d183

Please sign in to comment.