refactor(hosts/orion): improve libvirtd config

This commit is contained in:
Price Hiller 2024-11-06 15:51:59 -06:00
parent 11c4cbd722
commit 2e3d8e1a85
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -4,7 +4,12 @@
programs.virt-manager.enable = true;
virtualisation = {
libvirtd.enable = true;
libvirtd = {
enable = true;
qemu = {
runAsRoot = false;
};
};
containers.enable = true;
podman = {
enable = true;
@ -13,4 +18,4 @@
autoPrune.enable = true;
};
};
}
}