Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 5a023e2

Browse files
committed
readme: fix nix code
1 parent 56a6e3b commit 5a023e2

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,22 +104,18 @@ cat /dev/urandom | tr -dc a-zA-Z0-9 | head -c128; echo
104104
# for an explanation see docker compose setup
105105
services.jitsi-openid = {
106106
enable = true;
107-
settings = {
108-
package = pkgs.jitsi-openid;
109-
enable = true;
110-
listen = {
111-
addr = "::1";
112-
port = 6031;
113-
};
114-
jitsiSecretFile = "/run/secrets/jitsi-secret-file";
115-
jitsiUrl = "https://meet.domain.tld";
116-
jitsiSub = "meet.domain.tld";
117-
issuerUrl = "https://auth.domain.tld";
118-
baseUrl = "https://auth.meet.domain.tld";
119-
clientId = "auth.meet.domain.tld";
120-
clientSecretFile = "/run/secrets/client-secret-file";
121-
openFirewall = false;
107+
listen = {
108+
addr = "::1";
109+
port = 6031;
122110
};
111+
jitsiSecretFile = "/run/secrets/jitsi-secret-file";
112+
jitsiUrl = "https://meet.domain.tld";
113+
jitsiSub = "meet.domain.tld";
114+
issuerUrl = "https://auth.domain.tld";
115+
baseUrl = "https://auth.meet.domain.tld";
116+
clientId = "auth.meet.domain.tld";
117+
clientSecretFile = "/run/secrets/client-secret-file";
118+
openFirewall = false;
123119
};
124120
```
125121

0 commit comments

Comments
 (0)