Updates
This commit is contained in:
parent
954a829288
commit
bae8c3da2b
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
||||||
TimeoutStopSec = lib.mkForce 5;
|
TimeoutStopSec = lib.mkForce 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.interfaces."podman+" = {
|
||||||
|
allowedUDPPorts = [ 443 ];
|
||||||
|
allowedTCPPorts = [ 443 ];
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."homepage.internal.kempkens.network" = {
|
services.nginx.virtualHosts."homepage.internal.kempkens.network" = {
|
||||||
quic = true;
|
quic = true;
|
||||||
http3 = true;
|
http3 = true;
|
||||||
|
|
Loading…
Reference in a new issue