traefik: close unused ports
This commit is contained in:
parent
545c4d30fa
commit
9c9bc51b9a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{config, ...}: {
|
||||
sops.secrets.cloudflare-api-key = {};
|
||||
networking.firewall.allowedTCPPorts = [80 443 8080 8000];
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
systemd.user.services.traefik.after = ["docker.service"];
|
||||
systemd.services.traefik = {
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue