From 0d7b37af9a4d128cfbd8086677a18f3c93e5b535 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sun, 8 Mar 2020 15:00:05 +0000 Subject: [PATCH] Add achiles lan interfaces --- host/achiles.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/achiles.nix b/host/achiles.nix index 435a706..6b975e9 100644 --- a/host/achiles.nix +++ b/host/achiles.nix @@ -11,7 +11,7 @@ let routerConfig = { wleSSID = "hauser"; wlePassphrase = "mifatielma"; }; - lanInterfaces = [ "enp2s0" "enp3s0" ]; + lanInterfaces = [ "enp1s0" "enp2s0" "enp3s0" "enp4s0" ]; lanNetwork = { routerAddress = "10.2.1.1"; netid = "10.2.1.0";