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"))