9 lines
296 B
Nix
9 lines
296 B
Nix
# Note: You can either use wel600vx.nix or wle900vx.nix
|
|
{ config, lib, pkgs, ... }: {
|
|
imports = [ ./wle-regulatory-domain ];
|
|
|
|
services.hostapd5ghz.extraConfig = ''
|
|
ht_capab=[LDPC][HT40][SMPS-STATIC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-40]
|
|
fragm_threshold=-1
|
|
'';
|
|
}
|