fix: install tailscale-systray only on "desktop" roles
This commit is contained in:
parent
6bd0a92f95
commit
dea5a0551e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in
|
||||||
|
|
||||||
systemTray = mkOption {
|
systemTray = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
default = true;
|
default = config.modules.system.roles.desktop.enable;
|
||||||
description = "Display a system tray icon to interact with tailscale.";
|
description = "Display a system tray icon to interact with tailscale.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue