spec(focus): fix proxy

This commit is contained in:
514fpv 2024-02-03 21:47:35 +08:00
parent 61cb633015
commit 26d3f001b6
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -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";
};