feat(hosts/orion): enable qemuGuest

This commit is contained in:
Price Hiller 2024-11-06 15:53:04 -06:00
parent 994d39c564
commit b613ff478b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -30,5 +30,6 @@
libvdpau
];
};
services.qemuGuest.enable = true;
services.spice-vdagentd.enable = true;
}
}