diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/spt-mox2.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; |