Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Apr 30, 2024
1 parent e6c35c5 commit f0ad2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ in

environment = {
LISTEN_ADDR = "${if (lib.hasInfix ":" cfg.listen.addr) then "[${cfg.listen.addr}]" else cfg.listen.addr}:${toString cfg.listen.port}";
JITSI_SECRET_FILE = "$d/jitsi_secret_file";
JITSI_SECRET_FILE = "%d/jitsi_secret_file";
JITSI_URL = cfg.jitsiUrl;
JITSI_SUB = cfg.jitsiSub;
ISSUER_URL = cfg.issuerUrl;
Expand Down

0 comments on commit f0ad2c3

Please sign in to comment.