aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/turris-mox-support.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/turris-mox-support.nix')
-rw-r--r--nixos/modules/turris-mox-support.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/turris-mox-support.nix b/nixos/modules/turris-mox-support.nix
index 9596b15..578e467 100644
--- a/nixos/modules/turris-mox-support.nix
+++ b/nixos/modules/turris-mox-support.nix
@@ -10,15 +10,6 @@ with lib;
"earlycon=ar3700_uart,0xd0012000" "console=ttyMV0,115200"
"pcie_aspm=off" # Fix for crashes due to SError Interrupt on ath10k load
];
- # Custom kernel config
- boot.kernelPatches = [{
- name = "rwtm";
- patch = null;
- extraConfig = ''
- TURRIS_MOX_RWTM y
- ARMADA_37XX_RWTM_MBOX y
- '';
- }];
# The additional administration packages
environment.systemPackages = with pkgs; [