From 5500a7ffcc0d88895728c7935484d90142ca2eda Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 18 Sep 2024 00:14:58 +0000 Subject: [PATCH] linux-armbian: enable withFullConfig hope to disable pmos later, but for now that would kill graphics. battery charging _may_ be capped such that the battery cannot charge unless powered off. difficult to tell for certain. --- pkgs/additional/linux-armbian/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/additional/linux-armbian/default.nix b/pkgs/additional/linux-armbian/default.nix index fc5c86ecd..1d3744ff1 100644 --- a/pkgs/additional/linux-armbian/default.nix +++ b/pkgs/additional/linux-armbian/default.nix @@ -9,7 +9,7 @@ sane-kernel-tools, usePmosConfig ? true, withNixpkgsConfig ? true, - withFullConfig ? false, + withFullConfig ? true, withModemPower ? false, #< TODO: fix so it applies withArmbianPatches ? false, withMegousPatches ? true,