Skip to content

Commit

Permalink
hostapd: remove assertion (allow 5GHz channels)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed May 11, 2018
1 parent b7074a6 commit 35375aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixos/modules/services/networking/hostapd.nix
Expand Up @@ -151,11 +151,6 @@ in

config = mkIf cfg.enable {

assertions = [
{ assertion = (cfg.channel >= 1 && cfg.channel <= 13);
message = "channel must be between 1 and 13";
}];

environment.systemPackages = [ pkgs.hostapd ];

systemd.services.hostapd =
Expand Down

0 comments on commit 35375aa

Please sign in to comment.