fix(eientei): fix proxy
This commit is contained in:
parent
8e935ab6aa
commit
f25a3261ca
|
@ -33,7 +33,7 @@
|
||||||
boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ];
|
boot.initrd.systemd.services.zfs-import-eientei.after = [ "cryptsetup.target" ];
|
||||||
|
|
||||||
networking.proxy = {
|
networking.proxy = {
|
||||||
default = "socks5://192.168.1.253:1080";
|
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";
|
noProxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,localhost,.localdomain";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue