From fc435c8d4ed77f2949d944f037a876b7043bcac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 23 Oct 2022 16:00:36 +0200 Subject: nixos/turris-omnia-support: load turris omnia leds module --- nixos/modules/turris-omnia-support.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/modules/turris-omnia-support.nix b/nixos/modules/turris-omnia-support.nix index 2479f34..8fb8344 100644 --- a/nixos/modules/turris-omnia-support.nix +++ b/nixos/modules/turris-omnia-support.nix @@ -9,6 +9,11 @@ with lib; boot.kernelParams = [ "earlyprintk" "console=ttyS0,115200" ]; + # Force load of Turris Omnia leds (not loadded automatically for some + # reason). + boot.kernelModules = [ + "leds_turris_omnia" + ]; # The additional administration packages environment.systemPackages = with pkgs; [ -- cgit v1.2.3