diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-03-17 22:10:40 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-03-17 23:01:07 -0400 |
| commit | f6b950319cb41822e2b3f1b55357037da433e1df (patch) | |
| tree | cc8afa374809a46044b36c58bb09d19e5060b556 /gnu | |
| parent | ce9fc7e8ab821d12977bdf4ca9bff3e20eb16c07 (diff) | |
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'.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index cfc730a41c5..06c58c27baf 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)) |
