From ff1073d03d303d3b15e66d03dc4a5a479a387fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 20 Aug 2022 09:25:19 +0200 Subject: Attempt to fix Omnia's wifi and Mox ethernet --- nixos/modules/turris-omnia-support.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nixos/modules/turris-omnia-support.nix') 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; [ -- cgit v1.2.3