mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: add 443 UDP to firewall for QUIC
This commit is contained in:
parent
e580cd5885
commit
ad158b2814
2 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
80
|
||||
443
|
||||
];
|
||||
wireguard.proxy-sentinel.firewallRuleForAll.allowedUDPPorts = [
|
||||
443
|
||||
];
|
||||
|
||||
users.groups.acme.members = [ "nginx" ];
|
||||
services.nginx.enable = true;
|
||||
|
|
|
@ -16,6 +16,9 @@ in
|
|||
80
|
||||
443
|
||||
];
|
||||
firewallRuleForAll.allowedUDPPorts = [
|
||||
443
|
||||
];
|
||||
};
|
||||
|
||||
# This node shall monitor the infrastructure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue