fix(eientei): remove proxy configuration

This commit is contained in:
514fpv 2024-02-10 05:47:40 +08:00
parent a6b3115d5d
commit 0ebcbd6f3e
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -25,11 +25,6 @@
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:e0:4c:68:bb:30", NAME="ss0" 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 ./. [ imports = lib.pipe ./. [
builtins.readDir builtins.readDir
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix")) (lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))