1
0
forked from extern/zaneyos

include all spice things for vms

This commit is contained in:
Tyler Kelley 2024-01-29 17:10:35 -06:00
parent f40c5b0c9c
commit e82a4b41f9

View File

@ -3,4 +3,5 @@
lib.mkIf ("${cpuType}" == "vm") {
services.qemuGuest.enable = true;
services.spice-vdagentd.enable = true;
services.spice-webdavd.enable = true;
}