configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: tailscale exit node ip forward

+5
+5
hosts/bluepill/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 }