This commit is contained in:
2025-08-08 22:33:10 +03:00
parent 310f41d9eb
commit 90e9707d27
17 changed files with 69 additions and 56 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
config,
lib,
pkgs,
xlib,
...
}:
{
services = {
tailscale.enable = config.xlib.device.type != "wsl"; # true, if not wsl
tailscale.enable = xlib.device.type != "wsl"; # true, if not wsl
};
}