forked from DGNum/liminix
rotuer: add schnapps and the rest of the lan interfaces
This commit is contained in:
parent
82537bbe68
commit
92b0bec038
1 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,7 @@ in rec {
|
||||||
../modules/hostapd
|
../modules/hostapd
|
||||||
../modules/bridge
|
../modules/bridge
|
||||||
../modules/ntp
|
../modules/ntp
|
||||||
|
../modules/schnapps
|
||||||
../modules/ssh
|
../modules/ssh
|
||||||
../modules/outputs/btrfs.nix
|
../modules/outputs/btrfs.nix
|
||||||
../modules/outputs/extlinux.nix
|
../modules/outputs/extlinux.nix
|
||||||
|
@ -84,7 +85,12 @@ in rec {
|
||||||
members = with config.hardware.networkInterfaces;
|
members = with config.hardware.networkInterfaces;
|
||||||
[ wlan
|
[ wlan
|
||||||
wlan5
|
wlan5
|
||||||
lan ];
|
lan0
|
||||||
|
lan1
|
||||||
|
lan2
|
||||||
|
lan3
|
||||||
|
lan4
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.ntp = svc.ntp.build {
|
services.ntp = svc.ntp.build {
|
||||||
|
|
Loading…
Reference in a new issue