revert: always include vmsilo-tray in guest rootfs

The guest-side tray daemon is harmless when idle and keeping it in
the rootfs allows all VMs to share the same image regardless of
tray.enable.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Davíð Steinn Geirsson 2026-03-18 19:15:16 +00:00
parent 2aec448e71
commit a90054eb2a

View file

@ -498,7 +498,7 @@ let
pkgs.callPackage ../rootfs-nixos {
inherit (cfg._internal) wayland-proxy-virtwl sommelier;
inherit soundConfig;
vmsilo-tray = if vm.tray.enable then cfg._internal.vmsilo-tray else null;
vmsilo-tray = cfg._internal.vmsilo-tray;
trayLogLevel = cfg.vmsilo-tray.logLevel;
waylandProxy = vm.waylandProxy;
guestPrograms = vm.guestPrograms;