mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user