nixos/libvirtd: Add proper UEFI support
This commit is contained in:
committed by
Bjørn Forsman
parent
bb0237e7cd
commit
58c5aeb53c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user