zaneyos/modules/home/virtmanager.nix

11 lines
176 B
Nix
Raw Normal View History

{ ... }:
{
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = [ "qemu:///system" ];
uris = [ "qemu:///system" ];
};
};
}