nixos/hostapd: set default channel to auto (#342573)

This commit is contained in:
K900
2024-09-17 20:30:23 +03:00
committed by GitHub
@@ -235,7 +235,7 @@ in {
};
channel = mkOption {
default = 7;
default = 0;
example = 11;
type = types.int;
description = ''