nixos/hostapd: fix type of channel option (#445457)

This commit is contained in:
K900
2025-09-23 08:43:00 +00:00
committed by GitHub
@@ -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`