mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-12 19:32:35 +00:00
Unmasks tailscaled. Still disabled on boot.
This commit is contained in:
parent
7ca150b8d9
commit
776fd36d8a
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue