Doesnt start tailscale on boot.

This commit is contained in:
Bailey 2024-03-19 14:50:44 -04:00
parent 79f52c3d76
commit 8733bc9c63

View file

@ -131,6 +131,9 @@ 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;
services.syncthing.openDefaultPorts = lib.mkDefault cfg.private;
boot.binfmt.emulatedSystems = lib.optionals (!cfg.minimal) [ "aarch64-linux" "riscv64-linux" ];