Clean up router roles

This commit is contained in:
Fabian Hauser 2020-05-13 23:06:35 +02:00
parent b2eb267100
commit 51ac8518a2
8 changed files with 916 additions and 649 deletions

5
hardware/wle200nx.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }: {
services.hostapd.extraConfig = ''
ht_capab=[HT40-][HT40+][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-40]
'';
}