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:
parent
2aec448e71
commit
a90054eb2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue