Fix syntax errors
This commit is contained in:
parent
fad59bbb27
commit
87792bd9af
4 changed files with 156 additions and 144 deletions
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
imports = [
|
||||
../hardware/apu1.nix
|
||||
../hardware/wel200vx.nix
|
||||
../hardware/wle200nx.nix
|
||||
../hardware/wle600vx.nix
|
||||
../role/base
|
||||
../role/router
|
||||
|
@ -16,12 +16,11 @@
|
|||
../role/router-wireless-ap
|
||||
];
|
||||
|
||||
|
||||
service.router = {
|
||||
service.router = {
|
||||
enable = true;
|
||||
wanInterface = "enp2s0";
|
||||
wirelessInterfaces = [ "wlp4s0" "wlp6s0" ];
|
||||
lanInterfaces = ["enp1s0", "enp3s0" ];
|
||||
lanInterfaces = [ "enp1s0" "enp3s0" ];
|
||||
internalRouterIP = "10.2.2.1";
|
||||
dhcp = {
|
||||
enable = true;
|
||||
|
@ -38,6 +37,7 @@
|
|||
wleInterface5Ghz = "wlp6s0";
|
||||
ssid = "testnet";
|
||||
passphrase = "testnet";
|
||||
};
|
||||
};
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue