This commit is contained in:
2025-08-14 19:48:44 -05:00
parent e924f78996
commit a976718a5d
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
networking = {
hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "traefik.local" ];
firewall.allowedTCPPorts = [ 22 80 443];
nat.internalInterfaces = [ "ve-traefik" ];
};
containers.traefik = {