oops forgot to unblock the firewall

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-26 16:51:40 +01:00
parent 6360355520
commit 907ce2ffd8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -26,4 +26,6 @@ _: {
systemd.tmpfiles.rules = [
"d '/var/lib/caddy' 0750 caddy acme - -"
];
networking.firewall.allowedTCPPorts = [80 443];
networking.firewall.allowedUDPPorts = [443];
}