pi4 case maybe?

This commit is contained in:
mjallen18
2025-05-19 13:53:14 -05:00
parent e7942907b5
commit 0d1cdfd82d
8 changed files with 57 additions and 6 deletions

View File

@@ -11,6 +11,8 @@ in
};
plymouth.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ "i2c-dev" "i2c-bcm2835" ];
initrd.kernelModules = [ "i2c-dev" "i2c-bcm2835" ];
};
environment.systemPackages = [ uefi_pi4 ];