fixes
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
upsd = {
|
upsd = {
|
||||||
enable = false;
|
enable = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
|
|||||||
Reference in New Issue
Block a user