Skip to content

Commit

Permalink
Merge pull request #274 from barrucadu/nya/br0
Browse files Browse the repository at this point in the history
[nyarlathotep] Allow VMs to connect to br0
  • Loading branch information
barrucadu authored Mar 17, 2024
2 parents 124dd6b + dae64f4 commit 6d925c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/nyarlathotep/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ in
};
networking.bridges.br0.interfaces = [ "enp8s0" ];

virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.allowedBridges = [ "br0" ];

###############################################################################
## Backups
###############################################################################
Expand Down

0 comments on commit 6d925c2

Please sign in to comment.