fix(libvirt): allow the default network

This commit is contained in:
jacekpoz 2023-09-13 16:56:57 +02:00
parent 16be207711
commit 14e7085f13
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -119,6 +119,9 @@
};
};
};
networking.firewall.trustedInterfaces = [ "virbr0" ];
programs.dconf.enable = true;
# https://github.com/NixOS/nixpkgs/issues/158025