Compare commits
1 commit
41c4af643d
...
4b0c3f7948
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4b0c3f7948 |
2 changed files with 6 additions and 0 deletions
Binary file not shown.
|
@ -38,6 +38,12 @@ in
|
|||
localAddress = cfg.localAddress;
|
||||
};
|
||||
};
|
||||
environment.persistence.${config.impermanence.name} = {
|
||||
directories = [
|
||||
"/var/lib/jitsi-meet"
|
||||
"/var/lib/prosody"
|
||||
];
|
||||
};
|
||||
#We are behind a reverse proxy that handles TLS
|
||||
services.nginx.virtualHosts."${cfg.hostName}" = {
|
||||
enableACME = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue