1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-05-01 23:39:33 +02:00
parent 954a829288
commit bae8c3da2b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -21,6 +21,11 @@
TimeoutStopSec = lib.mkForce 5;
};
networking.firewall.interfaces."podman+" = {
allowedUDPPorts = [ 443 ];
allowedTCPPorts = [ 443 ];
};
services.nginx.virtualHosts."homepage.internal.kempkens.network" = {
quic = true;
http3 = true;