From 0ebcbd6f3e2bfc89e2c87c4c279bbe288b6a5f69 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sat, 10 Feb 2024 05:47:40 +0800 Subject: [PATCH] fix(eientei): remove proxy configuration --- spec/eientei/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/eientei/default.nix b/spec/eientei/default.nix index 9e30aa89..8bdd5e56 100644 --- a/spec/eientei/default.nix +++ b/spec/eientei/default.nix @@ -25,11 +25,6 @@ SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:e0:4c:68:bb:30", NAME="ss0" ''; - networking.proxy = { - allProxy = "socks5://192.168.1.253:1080"; - noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,localhost,.localdomain"; - }; - imports = lib.pipe ./. [ builtins.readDir (lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))