tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: enable gro
devins.page
3 months ago
1a493750
97af617c
+2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill-proxy
services
tailscale.nix
+2
hosts/bluepill-proxy/services/tailscale.nix
···
4
4
"net.ipv6.conf.all.forwarding" = 1;
5
5
};
6
6
7
7
+
networking.interfaces.ens6.ethtool.gro = true;
8
8
+
7
9
services.tailscale.enable = true;
8
10
}