This commit is contained in:
nora 2026-05-28 14:57:18 +02:00
parent 131a282338
commit 9dd5ae6698
44 changed files with 353 additions and 79 deletions

View file

@ -0,0 +1,13 @@
{ ... }: {
networking.nftables.enable = true;
services.tailscale = {
enable = true;
extraUpFlags = [ "--advertise-exit-node" ];
useRoutingFeatures = "server";
};
systemd.services.tailscaled.serviceConfig.Environment = [
"TS_DEBUG_FIREWALL_MODE=nftables"
];
}