aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/turris-omnia-support.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/turris-omnia-support.nix')
-rw-r--r--nixos/modules/turris-omnia-support.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/turris-omnia-support.nix b/nixos/modules/turris-omnia-support.nix
index b68affc..2479f34 100644
--- a/nixos/modules/turris-omnia-support.nix
+++ b/nixos/modules/turris-omnia-support.nix
@@ -9,15 +9,6 @@ with lib;
boot.kernelParams = [
"earlyprintk" "console=ttyS0,115200"
];
- # Custom kernel config
- boot.kernelPatches = [{
- name = "omnia";
- patch = null;
- extraConfig = ''
- LEDS_CLASS_MULTICOLOR y
- LEDS_TURRIS_OMNIA y
- '';
- }];
# The additional administration packages
environment.systemPackages = with pkgs; [