Skip to content

Commit

Permalink
[nyarlathotep] Allow VMs to connect to br0
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Mar 17, 2024
1 parent 124dd6b commit dae64f4
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 dae64f4

Please sign in to comment.