Allow HTTP and HTTPS through firewall with traefik role

main
kalle 2024-12-26 21:12:07 +01:00
parent 8f0fccf66d
commit a22367d104
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@
];
};
networking.firewall.allowedTCPPorts = [
80
443
];
sops.secrets = {
"traefik/acmeEmail" = {
owner = "traefik";