mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
services: sysctl: Export <sysctl-configuration> record field accessors.
* gnu/services/sysctl.scm (sysctl-configuration-sysctl) (sysctl-configuration-settings): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fe0826d5c9
commit
4f547c50f9
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ (define-module (gnu services sysctl)
|
|||
#:use-module (srfi srfi-1)
|
||||
#:use-module (ice-9 match)
|
||||
#:export (sysctl-configuration
|
||||
sysctl-configuration-sysctl
|
||||
sysctl-configuration-settings
|
||||
sysctl-service-type
|
||||
%default-sysctl-settings))
|
||||
|
||||
|
|
Loading…
Reference in a new issue