+9
-2
nixos/modules/services/web-apps/jitsi-meet.nix
+9
-2
nixos/modules/services/web-apps/jitsi-meet.nix
···description = lib.mdDoc ''The port which the Excalidraw backend for Jitsi should listen to.'';···-authentication = ${if cfg.secureDomain.enable then "\"internal_hashed\"" else "\"jitsi-anonymous\""}+authentication = ${if cfg.secureDomain.enable then "\"${cfg.secureDomain.authentication}\"" else "\"jitsi-anonymous\""}