Unverified Commit f2c38f7c authored by K900's avatar K900 Committed by GitHub
Browse files

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

parents 24caa79e 1047f0a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ in {
            };

            channel = mkOption {
              default = 7;
              default = 0;
              example = 11;
              type = types.int;
              description = ''