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";