virt-manager dconf settings

This commit is contained in:
Gerg-L 2024-07-17 22:56:39 -04:00
parent 8b1cd16c7f
commit 102b866a4c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -75,6 +75,18 @@ in
programs.virt-manager.enable = true;
programs.dconf.profiles.user.databases = [
{
lockAll = true;
settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = [ "qemu:///system" ];
uris = [ "qemu:///system" ];
};
};
}
];
virtualisation.libvirtd = {
enable = true;
qemu = {