Loading nixos/modules/services/web-apps/pretix.nix +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ in }; host = mkOption { type = with types; nullOr path; type = with types; nullOr str; default = if cfg.settings.database.backend == "postgresql" then "/run/postgresql" else null; defaultText = literalExpression '' if config.services.pretix.settings..database.backend == "postgresql" then "/run/postgresql" Loading Loading
nixos/modules/services/web-apps/pretix.nix +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ in }; host = mkOption { type = with types; nullOr path; type = with types; nullOr str; default = if cfg.settings.database.backend == "postgresql" then "/run/postgresql" else null; defaultText = literalExpression '' if config.services.pretix.settings..database.backend == "postgresql" then "/run/postgresql" Loading