configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: enable gro

+2
+2
hosts/bluepill-proxy/services/tailscale.nix
··· 4 4 "net.ipv6.conf.all.forwarding" = 1; 5 5 }; 6 6 7 + networking.interfaces.ens6.ethtool.gro = true; 8 + 7 9 services.tailscale.enable = true; 8 10 }