fix(focus): fix proxy
This commit is contained in:
parent
4b1a8dc15f
commit
4c54857ac2
|
@ -35,7 +35,7 @@
|
|||
'';
|
||||
|
||||
networking.proxy = {
|
||||
default = "socks5://192.168.1.1:1080";
|
||||
allProxy = "socks5://192.168.1.1:1080";
|
||||
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