From 9ef37e81d6acae0de978abfdf0f5f19a0760bd71 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Thu, 5 Mar 2020 11:38:42 +0100 Subject: system: Export 'operating-system' missing fields. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/system.scm | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3