This commit is contained in:
tulg 2026-04-25 19:36:45 +03:00
parent 0703bc7d44
commit f9c77585d5

View file

@ -1,3 +1,4 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.traefik = { services.traefik = {
enable = true; enable = true;
@ -40,4 +41,6 @@
http.routers = {}; http.routers = {};
http.services = {}; http.services = {};
}; };
};
};