wsl tailscale off

This commit is contained in:
2025-08-03 18:34:15 +03:00
parent b2d8e3e12c
commit 471ff2bcd4
4 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
}:
{
services = {
tailscale.enable = true;
tailscale.enable = !(config.wsl.enable or false); # true, if not wsl
};
}