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.
This commit is contained in:
2024-09-18 00:14:58 +00:00
parent e2cd92a356
commit 5500a7ffcc

View File

@@ -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,