1
Fork 0
nixos-system-config/home/packages/virt-manager.nix

11 lines
172 B
Nix
Raw Normal View History

2024-06-27 20:59:55 +02:00
{ ... }:
{
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
};
};
}