From cea6e1ce0b6ffab61fe304dceb049dce268c9b65 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 18 May 2021 15:30:22 +0200 Subject: unbreak tcm version the derivations build successfully again (except for the universially-broken maps package), but were not yet proven to work with the nixos module, since a configuration variable for the frontend package was changed in this update. --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index d620da9..8e631bd 100644 --- a/default.nix +++ b/default.nix @@ -108,6 +108,7 @@ let JITSI_PRIVATE_MODE = if cc.jitsi.privateMode then "true" else "false"; API_URL = (urls instanceConfig).api; + PUSHER_URL = (urls instanceConfig).api; UPDLOADER_URL = (urls instanceConfig).uploader; ADMIN_URL = (urls instanceConfig).admin; MAPS_URL = (urls instanceConfig).maps; -- cgit v1.2.3