Skip to content

Commit

Permalink
bro: add bridge on wan interface
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Aug 30, 2024
1 parent 28a708f commit 1265ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosts/bro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
identityPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
};

my.networking.wiredInterface = "eno1";
networking.bridges.br-wan.interfaces = ["eno1"];
my.networking.wiredInterface = "br-wan";

# Modules
modules = {
Expand Down

0 comments on commit 1265ef6

Please sign in to comment.