configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: remove 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 - 7 2 services.tailscale.enable = true; 8 3 }