blade: oops, we need SPICE
This commit is contained in:
parent
bc6832b6ca
commit
203cba674d
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ in {
|
||||||
package = pkgs.qemu.override {
|
package = pkgs.qemu.override {
|
||||||
gtkSupport = false;
|
gtkSupport = false;
|
||||||
sdlSupport = false;
|
sdlSupport = false;
|
||||||
spiceSupport = false;
|
spiceSupport = true;
|
||||||
cephSupport = true;
|
cephSupport = true;
|
||||||
smartcardSupport = false;
|
smartcardSupport = false;
|
||||||
pulseSupport = false;
|
pulseSupport = false;
|
||||||
|
|
Loading…
Reference in a new issue