We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4763b42 commit ac010b9Copy full SHA for ac010b9
modules/caddy.nix
@@ -22,7 +22,7 @@ in
22
config = mkIf cfg.enable {
23
age.secrets.cloudflareToken.owner = "caddy";
24
25
- networking.firewall.allowedUDPPorts = [
+ networking.firewall.allowedTCPPorts = [
26
80
27
443
28
];
0 commit comments