pi4
This commit is contained in:
@@ -34,6 +34,13 @@ in
|
|||||||
hardware.raspberry-pi.config = {
|
hardware.raspberry-pi.config = {
|
||||||
all = { # [all] conditional filter, https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters
|
all = { # [all] conditional filter, https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters
|
||||||
|
|
||||||
|
base-dt-params = {
|
||||||
|
i2c = {
|
||||||
|
enable = true;
|
||||||
|
value = "on";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
# https://www.raspberrypi.com/documentation/computers/config_txt.html#enable_uart
|
# https://www.raspberrypi.com/documentation/computers/config_txt.html#enable_uart
|
||||||
# in conjunction with `console=serial0,115200` in kernel command line (`cmdline.txt`)
|
# in conjunction with `console=serial0,115200` in kernel command line (`cmdline.txt`)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ in
|
|||||||
./boot.nix
|
./boot.nix
|
||||||
./impermanence.nix
|
./impermanence.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./pi4-hw.nix
|
# ./pi4-hw.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user