diff options
author | Karel Kočí <cynerd@email.cz> | 2022-11-28 16:56:28 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-11-28 16:56:28 +0100 |
commit | 7549fb98fc01b80051e20a905fabc6bc81174df6 (patch) | |
tree | 323f8427614e8091ae1760aa06cc379de5ac38c9 /nixos | |
parent | 9284a95a9098ff32ea5b2864ed6123df21bc1d22 (diff) | |
download | nixos-personal-7549fb98fc01b80051e20a905fabc6bc81174df6.tar.gz nixos-personal-7549fb98fc01b80051e20a905fabc6bc81174df6.tar.bz2 nixos-personal-7549fb98fc01b80051e20a905fabc6bc81174df6.zip |
Flake inputs update
Diffstat (limited to 'nixos')
-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; |