Fixed Jitsi functionality and Jitsi certificate resolution

This commit is contained in:
Illia Chub
2022-02-08 08:44:54 +02:00
parent d4bb381693
commit 163afde7cf
4 changed files with 9 additions and 46 deletions

View File

@@ -35,8 +35,8 @@ in
networking = {
hostName = config.services.userdata.hostname;
firewall = {
allowedTCPPorts = lib.mkForce [ 22 25 80 143 443 465 587 993 8443 ];
allowedUDPPorts = lib.mkForce [ 8443 ];
allowedTCPPorts = lib.mkForce [ 22 25 80 143 443 465 587 993 4443 8443 ];
allowedUDPPorts = lib.mkForce [ 8443 10000 ];
};
nameservers = [ "1.1.1.1" "1.0.0.1" ];
};