Commit 79838f35 authored by K900's avatar K900
Browse files

nixos/hostapd: fix type of channel option

0 is a valid value, and in fact the default.
Fixes #445244.
parent 7ea43b19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ in
              channel = mkOption {
                default = 0;
                example = 11;
                type = types.ints.positive;
                type = types.ints.unsigned;
                description = ''
                  The channel to operate on. Use 0 to enable ACS (Automatic Channel Selection).
                  Beware that not every device supports ACS in which case {command}`hostapd`