Skip to content

Commit b97dde9

Browse files
authored
nixos/freshrss: remove unimplemented 'none' webserver option (#378689)
2 parents 0d553b5 + bab9e77 commit b97dde9

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)