Allow HTTP and HTTPS through firewall with traefik role
This commit is contained in:
parent
8f0fccf66d
commit
a22367d104
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
|
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"traefik/acmeEmail" = {
|
"traefik/acmeEmail" = {
|
||||||
owner = "traefik";
|
owner = "traefik";
|
||||||
|
|
Loading…
Add table
Reference in a new issue