This commit is contained in:
tulg 2026-04-25 20:14:02 +03:00
parent a2b5e85653
commit cb702d833b

View file

@ -1,4 +1,9 @@
{config, ...}: {
networking.firewall = {
enable = true;
allowedTCPPorts = [80 443];
};
services.traefik = {
enable = true;