This commit is contained in:
randogoth 2026-02-10 08:34:43 +02:00
parent 816dd2b076
commit 9205ec2d23
2 changed files with 6 additions and 4 deletions

View file

@ -10,6 +10,11 @@
allowedUDPPorts = [ config.services.tailscale.port ];
};
};
systemd.network.wait-online.enable = false;
systemd = {
network.wait-online.enable = false;
services.tailscaled.serviceConfig.Environment = [
"TS_DEBUG_FIREWALL_MODE=nftables"
];
};
boot.initrd.systemd.network.wait-online.enable = false;
}