configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: enable ip forwarding for tailscale exit node

+5
+5
hosts/bluepill-proxy/services/tailscale.nix
··· 1 1 {...}: { 2 + boot.kernel.sysctl = { 3 + "net.ipv4.ip_forward" = 1; 4 + "net.ipv6.conf.all.forwarding" = 1; 5 + }; 6 + 2 7 services.tailscale.enable = true; 3 8 }