refactor(hosts/orion): improve libvirtd config
This commit is contained in:
parent
11c4cbd722
commit
2e3d8e1a85
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user