lib/blade: add ceph support to libvirtd

This commit is contained in:
Luke Granger-Brown 2021-02-11 00:34:27 +00:00
parent c94e94284f
commit a484168097

View file

@ -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" ];