guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: system: Export 'operating-system' missing fields.


From: guix-commits
Subject: 02/05: system: Export 'operating-system' missing fields.
Date: Sun, 8 Mar 2020 16:22:14 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9ef37e81d6acae0de978abfdf0f5f19a0760bd71
Author: Brice Waegeneire <address@hidden>
AuthorDate: Thu Mar 5 11:38:42 2020 +0100

    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 <address@hidden>
---
 gnu/system.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 2e6d032..cfc730a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]