nixos/libvirtd: Add proper UEFI support

This commit is contained in:
Jonas Heinrich 2024-12-15 21:49:08 +01:00 committed by Bjørn Forsman
parent bb0237e7cd
commit 58c5aeb53c

View file

@ -558,7 +558,10 @@ in
paths = cfg.qemu.vhostUserPackages;
pathsToLink = [ "/share/qemu/vhost-user" ];
};
in [ "L+ /var/lib/qemu/vhost-user - - - - ${vhostUserCollection}/share/qemu/vhost-user" ];
in [
"L+ /var/lib/qemu/vhost-user - - - - ${vhostUserCollection}/share/qemu/vhost-user"
"L+ /var/lib/qemu/firmware - - - - ${cfg.qemu.package}/share/qemu/firmware"
];
security.polkit = {
enable = true;