diff --git a/hosts/fw.cloonar.com/modules/omada.nix b/hosts/fw.cloonar.com/modules/omada.nix index 84bffe1..02efffe 100644 --- a/hosts/fw.cloonar.com/modules/omada.nix +++ b/hosts/fw.cloonar.com/modules/omada.nix @@ -17,6 +17,13 @@ "/var/lib/omada/data:/opt/tplink/EAPController/data" "/var/lib/omada/logs:/opt/tplink/EAPController/logs" ]; + ports = [ + "8088:8088" + "8043:8043" + ]; + extraOptions = [ + "--network=host" + ]; }; }; }; diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 6f4b47d..aa13d01 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -12,7 +12,7 @@ in { network_interface = "server"; ipv6_enabled = false; internal = false; - dns_enabled = true; + dns_enabled = false; subnets = [{ gateway = "10.42.97.1"; subnet = "10.42.97.0/24";