use proxychains with wsproxy

This commit is contained in:
Sense T 2023-06-29 08:39:38 +08:00
parent 70528c7fcf
commit 8715cfe47c

View File

@ -59,6 +59,19 @@
};
};
proxychains = {
enable = true;
quietMode = true;
proxies = {
default = {
type = "socks5";
port = 1089;
host = "127.0.0.1";
enable = true;
};
};
};
git.enable = true;
zsh.enable = true;
light.enable = true;