diff --git a/services/virt-manager.nix b/services/virt-manager.nix index 471380e..3d9c8ef 100644 --- a/services/virt-manager.nix +++ b/services/virt-manager.nix @@ -9,12 +9,6 @@ with lib; mkIf (elem "virt-manager" config.machine.services) { virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; - dconf.settings = { - "org/virt-manager/virt-manager/connections" = { - autoconnect = [ "qemu:///system" ]; - uris = [ "qemu:///system" ]; - }; - }; services.nfs.server.enable = true;