From d0a9ea3b73bae4301ddcd49a0bdf9159bd6cb913 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Thu, 20 Feb 2025 21:44:34 +0100 Subject: [PATCH] losurdo: hostapd: fix missing channel --- hosts/losurdo/networking/wireless.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.47.0