devices: flag desktps, install tailscale tray if dektop
This commit is contained in:
parent
e394a6e21e
commit
95eb2fa1cb
4 changed files with 11 additions and 6 deletions
4
homeModules/tailscale.nix
Normal file
4
homeModules/tailscale.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ osConfig, thisDevice, ... }:
|
||||
{
|
||||
services.tailscale-systray.enable = (thisDevice.isDesktop or false) && osConfig.my.tailscale.enable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue