diff --git a/hosts/gerg-desktop/vfio.nix b/hosts/gerg-desktop/vfio.nix index c46d642..5e4e520 100644 --- a/hosts/gerg-desktop/vfio.nix +++ b/hosts/gerg-desktop/vfio.nix @@ -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 = {