diff --git a/hosts/x86/proxy/config/adguard.nix b/hosts/x86/proxy/config/adguard.nix index 6868b7c..e2bed10 100644 --- a/hosts/x86/proxy/config/adguard.nix +++ b/hosts/x86/proxy/config/adguard.nix @@ -22,6 +22,7 @@ extraOptions = [ "--network-alias=adguard" "--network=adguard_default" + "--network=newt" ]; }; diff --git a/hosts/x86/proxy/config/newt.nix b/hosts/x86/proxy/config/newt.nix index 43e3240..93c6bc2 100644 --- a/hosts/x86/proxy/config/newt.nix +++ b/hosts/x86/proxy/config/newt.nix @@ -7,6 +7,5 @@ in enable = true; id = cfg.ID; secret = cfg.SECRET; - useHostNetwork = true; }; }