aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/spt-mox2.nix')
-rw-r--r--nixos/machine/spt-mox2.nix6
1 files changed, 1 insertions, 5 deletions
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";