diff options
author | Ludovic Courtès <[email protected]> | 2024-12-13 23:14:03 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2025-01-16 22:32:11 +0100 |
commit | f68060a10182f4ff02eebaa2c426124eb92f97d8 (patch) | |
tree | f265c2842b986e23a36d1447c42413fea2c7c3b6 /gnu/local.mk | |
parent | c785dfb5acbb467a996b04444693c3f6209e63af (diff) |
home: services: Add log rotation service.
* gnu/home/services/admin.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Shepherd Home Service): Document it.
Change-Id: I37ac171147c236b05d6d3b226e9072ab7524dfe9
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 5fb354caae..342beca9f6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -101,6 +101,7 @@ GNU_SYSTEM_MODULES = \ %D%/compression.scm \ %D%/home.scm \ %D%/home/services.scm \ + %D%/home/services/admin.scm \ %D%/home/services/desktop.scm \ %D%/home/services/dict.scm \ %D%/home/services/dotfiles.scm \ |