diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-03-05 11:38:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-08 21:21:57 +0100 |
commit | 9ef37e81d6acae0de978abfdf0f5f19a0760bd71 (patch) | |
tree | 888cc45773805e6fee393f1f640662fd4a53acd7 /gnu/system.scm | |
parent | 1a30351bf37930222f077cdbcbb6659372f1ea2d (diff) | |
download | patches-9ef37e81d6acae0de978abfdf0f5f19a0760bd71.tar patches-9ef37e81d6acae0de978abfdf0f5f19a0760bd71.tar.gz |
system: Export 'operating-system' missing fields.
* gnu/system.scm: Export 'operating-system-firmware',
'operating-system-keyboard-layout',
'operating-system-name-service-switch', 'operating-system-pam-services',
'operating-system-setuid-programs', 'operating-system-skeletons',
'operating-system-sudoers-file', 'operating-system-swap-devices'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 2e6d03272d..cfc730a41c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -100,6 +100,14 @@ operating-system-user-accounts operating-system-shepherd-service-names operating-system-user-kernel-arguments + operating-system-firmware + operating-system-keyboard-layout + operating-system-name-service-switch + operating-system-pam-services + operating-system-setuid-programs + operating-system-skeletons + operating-system-sudoers-file + operating-system-swap-devices operating-system-derivation operating-system-profile |