diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-04-09 16:23:59 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-17 03:07:05 +0800 |
| commit | ace8be46a4cc1e4784385357d2c71058e7a65448 (patch) | |
| tree | c3a61b99b7678aeaf689155ff2d98547e8b82f46 /doc | |
| parent | f0079d20ae3b85e16fef9af4b48e9d0c954b10fe (diff) | |
home: services: gpg-agent: Expose shepherd-requirement in configuration.
* gnu/home/services/gnupg.scm (home-gpg-agent-configuration)
[shepherd-requirement]: New field.
(home-gpg-agent-shepherd-services): Use it.
* doc/guix.texi (GNU Privacy Guard): Update documentation.
Merges: #7788
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index aaee903d95..5a2c886187 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -53508,6 +53508,9 @@ Maximum time a cache entry for SSH keys is valid, in seconds. @item @code{extra-content} (default: @code{""}) (type: raw-configuration-string) Raw content to add to the end of @file{~/.gnupg/gpg-agent.conf}. +@item @code{shepherd-requirement} (default: @code{'()}) (type: list-of-symbols) +List of services that should be started before this service. + @end table @end deftp |
