From ab2a1e000cb4a1594dde0fc03474ed89bdecef1f Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 12 Jun 2025 11:47:30 -0500 Subject: [PATCH] pi4 --- hosts/pi4/boot.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/pi4/boot.nix b/hosts/pi4/boot.nix index ab997bb..1247376 100755 --- a/hosts/pi4/boot.nix +++ b/hosts/pi4/boot.nix @@ -35,10 +35,18 @@ in all = { # [all] conditional filter, https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters base-dt-params = { + i2c_arm = { + enable = true; + value = "on"; + }; i2c = { enable = true; value = "on"; }; + spi = { + enable = true; + value = "on"; + }; }; options = {