From 366709f46710d133c1b79116dbc7e169db192fa6 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 21 Dec 2024 19:02:59 +0300 Subject: [PATCH] host/home: disable byedpi system-wide proxy --- hosts/home/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/home/configuration.nix b/hosts/home/configuration.nix index 0edfe78..2537eda 100644 --- a/hosts/home/configuration.nix +++ b/hosts/home/configuration.nix @@ -16,7 +16,7 @@ ################################################################################ local.services.byedpi = { enable = true; - enableProxy = true; + enableProxy = false; settings = { port = 1081; };