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-mox2.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nixos/machine/spt-mox2.nix') diff --git a/nixos/machine/spt-mox2.nix b/nixos/machine/spt-mox2.nix index 8ecf1ad..68cba29 100644 --- a/nixos/machine/spt-mox2.nix +++ b/nixos/machine/spt-mox2.nix @@ -6,10 +6,6 @@ }: with lib; { config = { - boot.kernelParams = [ - "pcie_aspm=off" # Fix for crashes due to SError Interrupt on ath10k load - ]; - swapDevices = [ { device = "/dev/disk/by-partlabel/NixTurrisSwap"; @@ -21,7 +17,7 @@ with lib; { enable = true; environmentFile = "/run/secrets/hostapd.env"; interfaces = { - "wlp1s0" = { + "wls1" = { countryCode = "CZ"; channel = 7; hwMode = "g"; -- cgit v1.2.3