pi4
This commit is contained in:
@@ -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`)
|
||||
|
||||
@@ -15,7 +15,7 @@ in
|
||||
./boot.nix
|
||||
./impermanence.nix
|
||||
./networking.nix
|
||||
./pi4-hw.nix
|
||||
# ./pi4-hw.nix
|
||||
./sops.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user