fix(eientei): remove proxy configuration
This commit is contained in:
parent
a6b3115d5d
commit
0ebcbd6f3e
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue