thinkpad-nixos: Add tailscale

This commit is contained in:
traxys 2023-08-04 09:06:35 +02:00
parent fa33b6b75f
commit ded888151e

View file

@ -63,6 +63,9 @@
# forward-socks5 = "/ localhost:9080 .";
# };
services.tailscale.enable = true;
systemd.services.tailscaled.serviceConfig.Environment = ["http_proxy=http://localhost:8100"];
security.sudo.extraConfig = ''Defaults env_keep += "*_proxy *_PROXY"'';
networking.proxy = {
httpProxy = "http://localhost:8100";