fix
This commit is contained in:
parent
816dd2b076
commit
9205ec2d23
2 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,5 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
tailscale.enable = true;
|
||||
tailscaled.serviceConfig.Environment = [
|
||||
"TS_DEBUG_FIREWALL_MODE=nftables"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue