Setup spice

This commit is contained in:
Ethan Lane 2024-08-17 13:28:50 +01:00
parent b33c7cae3a
commit 5bf2a29bce

View file

@ -144,6 +144,11 @@
docker
gnome.gnome-keyring
libuuid
spice
spice-gtk
spice-protocol
win-virtio
win-spice
];
sessionVariables = {
@ -153,7 +158,14 @@
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
libvirtd = {
enable = true;
qemu = {
swtpm.enable = true;
ovmf.enable = true;
ovmf.packages = [ pkgs.OVMFFull.fd ];
};
};
};
xdg.portal = {