Add achiles lan interfaces

This commit is contained in:
Fabian Hauser 2020-03-08 15:00:05 +00:00
parent aff3512244
commit 0d7b37af9a

View file

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