1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-05-02 00:00:23 +02:00
parent bae8c3da2b
commit 3ed189c381
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 2 deletions

View file

@ -22,8 +22,8 @@
};
networking.firewall.interfaces."podman+" = {
allowedUDPPorts = [ 443 ];
allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 9920 ];
allowedTCPPorts = [ 443 9920 ];
};
services.nginx.virtualHosts."homepage.internal.kempkens.network" = {