nixos/hostapd: use CRDA
Needed for regulatory compliance and unlocking some channels.
This commit is contained in:
parent
eb0148e90b
commit
151d32d22c
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ in
|
|||
|
||||
environment.systemPackages = [ pkgs.hostapd ];
|
||||
|
||||
services.udev.packages = [ pkgs.crda ];
|
||||
|
||||
systemd.services.hostapd =
|
||||
{ description = "hostapd wireless AP";
|
||||
|
||||
|
|
Loading…
Reference in a new issue