lib/blade: add ceph support to libvirtd
This commit is contained in:
parent
c94e94284f
commit
a484168097
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ in {
|
|||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemuRunAsRoot = false;
|
||||
qemuPackage = pkgs.qemu_full;
|
||||
};
|
||||
security.polkit.enable = true;
|
||||
users.users.lukegb.extraGroups = lib.mkAfter [ "libvirtd" ];
|
||||
|
|
Loading…
Reference in a new issue