From f6b950319cb41822e2b3f1b55357037da433e1df Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 17 Mar 2020 22:10:40 -0400 Subject: gnu: system: Export %sudoers-specification. Exporting this variable allows reusing the default value of the `sudoers-file' field when configuring it. * gnu/system.scm (gnu): Export %sudoers-specification. * doc/guix.texi (Invoking guix deploy): Document an example, to use with 'guix deploy'. --- gnu/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index cfc730a41c..06c58c27ba 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -138,6 +138,7 @@ local-host-aliases %root-account %setuid-programs + %sudoers-specification %base-packages %base-firmware)) -- cgit v1.2.3