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