Skip to content

Commit bab9e77

Browse files
committed
nixos/freshrss: remove unimplemented 'none' webserver option
1 parent 6c4e072 commit bab9e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/web-apps/freshrss.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ in
131131
};
132132

133133
webserver = mkOption {
134-
type = types.enum [ "nginx" "caddy" "none"];
134+
type = types.enum [ "nginx" "caddy" ];
135135
default = "nginx";
136136
description = ''
137137
Whether to use nginx or caddy for virtual host management.

0 commit comments

Comments
 (0)