diff options
author | Tomas Volf <[email protected]> | 2025-02-23 22:10:21 +0100 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-03-03 00:31:45 +0900 |
commit | d0e46a0003de1bc2a44c293a0d9ea24316bc8c37 (patch) | |
tree | 5ca8d6bdc174b0532156a724e8639c4cbc614cea /gnu/local.mk | |
parent | 4319fb1aa910181599381d0dd14a21b67dbd7725 (diff) |
services: Add apcupsd-service-type.
* gnu/services/power.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Power Management Services): Document service and data types.
Change-Id: If205d19bea1d20a99309626e28521a2d6fe6702f
Signed-off-by: Maxim Cournoyer <[email protected]>
Reviewed-by: Maxim Cournoyer <[email protected]>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 09b29da79f..f1a3ee2b4b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -765,6 +765,7 @@ GNU_SYSTEM_MODULES = \ %D%/services/nix.scm \ %D%/services/nfs.scm \ %D%/services/pam-mount.scm \ + %D%/services/power.scm \ %D%/services/science.scm \ %D%/services/security.scm \ %D%/services/security-token.scm \ |