From 7549fb98fc01b80051e20a905fabc6bc81174df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 28 Nov 2022 16:56:28 +0100 Subject: Flake inputs update --- nixos/machine/spt-mox2.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/machine/spt-mox2.nix b/nixos/machine/spt-mox2.nix index c36bbdf..71b95ac 100644 --- a/nixos/machine/spt-mox2.nix +++ b/nixos/machine/spt-mox2.nix @@ -6,6 +6,10 @@ 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"; priority = 1; -- cgit v1.2.3