mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking: more virt interfaces
This commit is contained in:
parent
3dc025762f
commit
e05b987ff7
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue