From b613ff478bb501a1ddd89581272250a2614dd84d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Nov 2024 15:53:04 -0600 Subject: [PATCH] feat(hosts/orion): enable qemuGuest --- hosts/orion/modules/graphical.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/orion/modules/graphical.nix b/hosts/orion/modules/graphical.nix index 61c0d849..ebf2cf37 100644 --- a/hosts/orion/modules/graphical.nix +++ b/hosts/orion/modules/graphical.nix @@ -30,5 +30,6 @@ libvdpau ]; }; + services.qemuGuest.enable = true; services.spice-vdagentd.enable = true; -} +} \ No newline at end of file