Skip to content

Commit f2c38f7

Browse files
authored
nixos/hostapd: set default channel to auto (#342573)
2 parents 24caa79 + 1047f0a commit f2c38f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/networking/hostapd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ in {
235235
};
236236

237237
channel = mkOption {
238-
default = 7;
238+
default = 0;
239239
example = 11;
240240
type = types.int;
241241
description = ''

0 commit comments

Comments
 (0)