From 1fa6424b36fc9bdbf13937a7f81f234b2114bbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 16 Jan 2023 21:17:02 +0100 Subject: nixos: fix wifi interface name for Mox --- nixos/machine/spt-mox.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nixos/machine/spt-mox.nix') diff --git a/nixos/machine/spt-mox.nix b/nixos/machine/spt-mox.nix index 3ada201..d79da46 100644 --- a/nixos/machine/spt-mox.nix +++ b/nixos/machine/spt-mox.nix @@ -9,15 +9,11 @@ with lib; { config = { cynerd.home-assistant = true; - environment.systemPackages = with pkgs; [ - mosquitto - ]; - networking.wirelessAP = { enable = true; environmentFile = "/run/secrets/hostapd.env"; interfaces = { - "wlp4s0" = { + "wls1" = { countryCode = "CZ"; channel = 7; hwMode = "g"; -- cgit v1.2.3