This commit is contained in:
mjallen18
2025-06-12 11:41:10 -05:00
parent a58777f301
commit c0b2e8ef25
2 changed files with 8 additions and 1 deletions

View File

@@ -34,6 +34,13 @@ in
hardware.raspberry-pi.config = {
all = { # [all] conditional filter, https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters
base-dt-params = {
i2c = {
enable = true;
value = "on";
};
};
options = {
# https://www.raspberrypi.com/documentation/computers/config_txt.html#enable_uart
# in conjunction with `console=serial0,115200` in kernel command line (`cmdline.txt`)

View File

@@ -15,7 +15,7 @@ in
./boot.nix
./impermanence.nix
./networking.nix
./pi4-hw.nix
# ./pi4-hw.nix
./sops.nix
];