allow virt interface

This commit is contained in:
Kopatz
2025-01-15 17:42:45 +01:00
parent ecfb78e3be
commit 3380f83a49

View File

@@ -14,7 +14,7 @@ in {
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options kvm ignore_msrs=1 options kvm ignore_msrs=1
''; '';
networking.firewall.trustedInterfaces = [ "virbr0" ];
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
virtualisation = { virtualisation = {
libvirtd = { libvirtd = {