This commit is contained in:
mjallen18
2026-01-22 08:51:34 -06:00
parent a5b53e66e7
commit bd44913ccc

View File

@@ -49,6 +49,7 @@ in
# w1-gpio-pi5.dtbo # w1-gpio-pi5.dtbo
# w1-gpio-pullup-pi5.dtbo # w1-gpio-pullup-pi5.dtbo
config = {
systemd.services = { systemd.services = {
apply-overlays = { apply-overlays = {
description = "Apply Raspberry Pi Device Tree Overlays"; description = "Apply Raspberry Pi Device Tree Overlays";
@@ -61,4 +62,5 @@ in
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
}; };
}; };
};
} }