This commit is contained in:
mjallen18
2026-01-22 13:39:46 -06:00
parent d4e0b93e4e
commit fde852b29b
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ in
}; };
}; };
config = { config = lib.mkIf config.${namespace}.hardware.raspberry-pi.enable {
systemd.services = { systemd.services = {
apply-overlays = { apply-overlays = {
description = "Apply Raspberry Pi Device Tree Overlays"; description = "Apply Raspberry Pi Device Tree Overlays";

View File

@@ -49,7 +49,7 @@ in
}; };
upsd = { upsd = {
enable = false; enable = true;
listen = [ listen = [
{ {
address = "0.0.0.0"; address = "0.0.0.0";