pianonix: try getting piano-led-visualizer to run

Still did not work, using raspberrypi os
This commit is contained in:
2025-12-06 09:20:52 +01:00
parent 194d4bcec0
commit a12b50edfa
5 changed files with 54 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
boot.kernelModules = [];
boot.extraModulePackages = [];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
boot.blacklistedKernelModules = ["snd_bcm2835"]; # Disables sound, required for ws281x to work
# boot.supportedFilesystems = lib.mkForce [
# # remove zfs, since its incompatible with latest kernel
# "vfat"