Add working wle900vx configuration

This commit is contained in:
Fabian Hauser 2019-12-22 19:29:26 +00:00
parent 3af9e2c4bc
commit ef684576df
6 changed files with 780 additions and 738 deletions

View file

@ -7,12 +7,11 @@
let routerConfig = {
wanCardAddress = "00:0d:b9:51:a2:74";
wireless = {
country = "CH";
wleInterface = "wlp5s0";
wleSSID = "hauser";
wlePassphrase = "mifatielma";
};
lanInterfaces = [ "enp2s0" "enp3s0" "enp3s0" ];
lanInterfaces = [ "enp2s0" "enp3s0" ];
lanNetwork = {
routerAddress = "10.2.1.1";
netid = "10.2.1.0";
@ -29,6 +28,7 @@ in
imports =
[
../hardware/apu.nix
../hardware/wle900vx.nix
../role/base.nix
(import ../role/router.nix routerConfig)
];