nixos/hostapd: set default channel to auto (#342573)
This commit is contained in:
@@ -235,7 +235,7 @@ in {
|
||||
};
|
||||
|
||||
channel = mkOption {
|
||||
default = 7;
|
||||
default = 0;
|
||||
example = 11;
|
||||
type = types.int;
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user