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 = {
|
virtualisation.libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
qemuRunAsRoot = false;
|
qemuRunAsRoot = false;
|
||||||
|
qemuPackage = pkgs.qemu_full;
|
||||||
};
|
};
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
users.users.lukegb.extraGroups = lib.mkAfter [ "libvirtd" ];
|
users.users.lukegb.extraGroups = lib.mkAfter [ "libvirtd" ];
|
||||||
|
|
Loading…
Reference in a new issue