add docs for ups

This commit is contained in:
Alex Tau 2026-01-18 15:33:56 +03:00
parent 6c8ae03b6a
commit 5cd3f47d65
4 changed files with 134 additions and 1 deletions

View file

@ -183,6 +183,7 @@ in
upsmonGroup = lib.mkOption {
type = lib.types.str;
default = config.power.ups.upsmon.user;
defaultText = lib.literalExpression "config.power.ups.upsmon.user";
description = "Group to allow to send UPS status updates. This should usually include the user upsmon runs as.";
};
};