virt-manager: add remmina package

This commit is contained in:
ooks-io 2025-01-05 22:09:47 +11:00
parent 94f793b6ff
commit e01e845a43

View file

@ -18,10 +18,10 @@ in {
spice spice
spice-protocol spice-protocol
# for windows virtualization # for windows virtualization
win-virtio win-virtio
win-spice win-spice
adwaita-icon-theme # virt-manager needs this adwaita-icon-theme # virt-manager needs this
remmina # for rdp
; ;
}; };
# sets up dconf settins for qemu and add virt-manager to systemPackages # sets up dconf settins for qemu and add virt-manager to systemPackages
@ -50,6 +50,8 @@ in {
enable = true; enable = true;
packages = [pkgs.OVMFFull.fd]; packages = [pkgs.OVMFFull.fd];
}; };
# ensure virtiofsd is accessible to all domains
vhostUserPackages = [pkgs.virtiofsd];
}; };
}; };
}; };