networking: more virt interfaces

This commit is contained in:
Rouven Seifert 2024-02-18 17:08:02 +01:00
parent 3dc025762f
commit e05b987ff7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@
dnsutils
nmap
curlFull
wireguard-tools
];
services.resolved = {
fallbackDns = [

View file

@ -19,7 +19,7 @@
spiceUSBRedirection.enable = true;
};
# allow libvirts internal network stuff
networking.firewall.trustedInterfaces = [ "virbr0" ];
networking.firewall.trustedInterfaces = [ "virbr0" "br0" ];
programs.virt-manager.enable = true;
environment.systemPackages = with pkgs; [
virt-viewer