From: Julien Moutinho Date: Thu, 20 Feb 2025 20:44:34 +0000 (+0100) Subject: losurdo: hostapd: fix missing channel X-Git-Url: https://git.sourcephile.fr/sourcephile-nix.git/commitdiff_plain losurdo: hostapd: fix missing channel --- diff --git a/hosts/losurdo/networking/wireless.nix b/hosts/losurdo/networking/wireless.nix index f148bf0..c8b1264 100644 --- a/hosts/losurdo/networking/wireless.nix +++ b/hosts/losurdo/networking/wireless.nix @@ -3,8 +3,8 @@ let wifiIface = "wlp4s0"; wifiIPv4 = "192.168.2"; gwIface = "enp5s0"; - #gwIface = config.networking.defaultGateway.interface; in +#gwIface = config.networking.defaultGateway.interface; { systemd.network.networks = { "10-${wifiIface}" = { @@ -77,6 +77,7 @@ in radios = { ${wifiIface} = { band = "2g"; + channel = 1; countryCode = "FR"; networks.${wifiIface} = { ssid = "bureau1";