diff options
author | Karel Kočí <cynerd@email.cz> | 2022-04-14 10:52:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-04-14 10:52:08 +0200 |
commit | cf68127aeb3fae4776af4cb514792b4607c87c4c (patch) | |
tree | d4a9bcc2c92bfcebbd5d99ee86ac5c5f5bd79a73 /nixos | |
parent | a9b89caad886c98de675028f8b6c26ecff2c7254 (diff) | |
download | nixturris-cf68127aeb3fae4776af4cb514792b4607c87c4c.tar.gz nixturris-cf68127aeb3fae4776af4cb514792b4607c87c4c.tar.bz2 nixturris-cf68127aeb3fae4776af4cb514792b4607c87c4c.zip |
nixos: try to fix Mox's failure with ath10k card
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/turris-defaults.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/turris-defaults.nix b/nixos/modules/turris-defaults.nix index cdf5fbe..29a8aaa 100644 --- a/nixos/modules/turris-defaults.nix +++ b/nixos/modules/turris-defaults.nix @@ -33,9 +33,11 @@ in { boot.loader.grub.enable = false; boot.loader.generic-extlinux-compatible.enable = true; # Use early print to the serial console + # TODO this is only for Mox boot.kernelParams = [ "earlyprintk" "console=ttyMV0,115200" "earlycon=ar3700_uart,0xd0012000" "boot.shell_on_fail" + "pcie_aspm=off" ]; # Use the latest kernel |