oops forgot to unblock the firewall
This commit is contained in:
parent
6360355520
commit
907ce2ffd8
1 changed files with 2 additions and 0 deletions
|
@ -26,4 +26,6 @@ _: {
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d '/var/lib/caddy' 0750 caddy acme - -"
|
"d '/var/lib/caddy' 0750 caddy acme - -"
|
||||||
];
|
];
|
||||||
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
|
networking.firewall.allowedUDPPorts = [443];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue