Skip to content

Commit 1e9bc08

Browse files
committed
remove serviceNameIsUrlBase
1 parent ed03aa6 commit 1e9bc08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/jellyfin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ in {
155155
baseUrl = mkOption {
156156
type = types.str;
157157
default =
158-
if nixflix.serviceNameIsUrlBase
158+
if nixflix.nginx.enable
159159
then "/jellyfin"
160160
else "";
161161
defaultText = literalExpression ''if config.nixflix.serviceNameIsUrlBase then "/jellyfin" else ""'';

0 commit comments

Comments
 (0)