Skip to content

Commit

Permalink
nixos/freshrss: remove unimplemented 'none' webserver option (NixOS#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey authored Feb 2, 2025
2 parents 0d553b5 + bab9e77 commit b97dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/freshrss.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ in
};

webserver = mkOption {
type = types.enum [ "nginx" "caddy" "none"];
type = types.enum [ "nginx" "caddy" ];
default = "nginx";
description = ''
Whether to use nginx or caddy for virtual host management.
Expand Down

0 comments on commit b97dde9

Please sign in to comment.