*basic traefik

This commit is contained in:
m3tam3re
2024-11-17 18:29:52 +01:00
parent 79df3dd5c7
commit 1864141a1b
14 changed files with 100 additions and 0 deletions

View File

@ -12,4 +12,6 @@
};
};
};
networking.firewall.allowedTCPPorts = [53];
networking.firewall.allowedUDPPorts = [53];
}