diff --git a/hosts/fw/modules/ddclient.nix b/hosts/fw/modules/ddclient.nix index 4df533c..46b6bc6 100644 --- a/hosts/fw/modules/ddclient.nix +++ b/hosts/fw/modules/ddclient.nix @@ -14,6 +14,7 @@ "element.cloonar.com" "foundry-vtt.cloonar.com" "foundry-ha.cloonar.com" + "fivefilters.cloonar.com" "fw.cloonar.com" "git.cloonar.com" "jellyfin.cloonar.com" diff --git a/hosts/fw/modules/openclaw.nix b/hosts/fw/modules/openclaw.nix index ad1ef66..18765b2 100644 --- a/hosts/fw/modules/openclaw.nix +++ b/hosts/fw/modules/openclaw.nix @@ -48,6 +48,7 @@ with lib; "--network=server" "--ip=${config.networkPrefix}.97.60" "--init" + "--dns=${config.networkPrefix}.97.1" # Use internal dnsmasq for local service resolution # Chrome sandbox capabilities "--cap-add=SYS_ADMIN" "--security-opt=seccomp=unconfined"