From 1265ef61f68ee8fa623d1a9e32ef30b39a2e4139 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Fri, 30 Aug 2024 23:00:28 +0200 Subject: [PATCH] bro: add bridge on wan interface --- hosts/bro/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/bro/default.nix b/hosts/bro/default.nix index d00c3d1..a3f1a79 100644 --- a/hosts/bro/default.nix +++ b/hosts/bro/default.nix @@ -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 = {