Fuck Turkey Government Again :3 Added SSH workaround

This commit is contained in:
Sergei Poljanski 2026-04-06 02:02:27 +03:00
commit 313cac929e
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -41,6 +41,12 @@
}; };
}; };
# SSH through SOCKS5 proxy
programs.ssh.extraConfig = ''
Host *
ProxyCommand ${pkgs.netcat-openbsd}/bin/nc -X 5 -x 127.0.0.1:10808 %h %p
'';
# GNOME proxy settings via dconf # GNOME proxy settings via dconf
programs.dconf.profiles.user.databases = [{ programs.dconf.profiles.user.databases = [{
settings."org/gnome/system/proxy" = { settings."org/gnome/system/proxy" = {