mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-21 11:46:08 +01:00
thinkpad-nixos: Add tailscale
This commit is contained in:
parent
fa33b6b75f
commit
ded888151e
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue