This commit is contained in:
2025-08-04 19:06:26 +03:00
parent aac4567c02
commit 9fe1be9564
5 changed files with 20 additions and 43 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
}:
{
services = {
tailscale.enable = config.device.type != "wsl"; # true, if not wsl
tailscale.enable = config.xlib.device.type != "wsl"; # true, if not wsl
};
}