Server/traefik: depend on tailscale

This commit is contained in:
Toast 2023-12-30 14:02:56 +01:00
parent 44e2429b4c
commit afb6170927

View file

@ -19,5 +19,8 @@
}; };
}; };
}; };
systemd.units.tailscaled.requiredBy = [ "traefik.service" ];
networking.firewall.allowedTCPPorts = [ 80 8080 ]; networking.firewall.allowedTCPPorts = [ 80 8080 ];
} }