From 8f8ecc1f4985751449092b9d962edcd29a935b20 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 25 Jun 2025 18:21:51 -0400 Subject: [PATCH] Made adguard easily accessible from newt --- hosts/x86/proxy/config/adguard.nix | 1 + hosts/x86/proxy/config/newt.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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; }; }