mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
networking: more virt interfaces
This commit is contained in:
parent
3dc025762f
commit
e05b987ff7
|
@ -24,6 +24,7 @@
|
|||
dnsutils
|
||||
nmap
|
||||
curlFull
|
||||
wireguard-tools
|
||||
];
|
||||
services.resolved = {
|
||||
fallbackDns = [
|
||||
|
|
|
@ -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…
Reference in a new issue