Unmasks tailscaled. Still disabled on boot.

This commit is contained in:
Bailey 2024-06-25 15:46:35 -04:00
parent 7ca150b8d9
commit 776fd36d8a

View file

@ -139,7 +139,7 @@ in
services.tailscale.enable = lib.mkDefault cfg.private;
# Dont start tailscale on boot, interferes with nebula but useful as a fallback.
systemd.services.tailscaled.enable = lib.mkForce false;
systemd.services.tailscaled.wantedBy = lib.mkForce [];
# Open ports for syncthing user service.
networking.firewall = {