diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6a1d34fb09..77a4b8ed71 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27028,7 +27028,7 @@ be accomplished with the following operating system configuration snippet: (plain-file "sudoers" (string-append (plain-file-content %sudoers-specification) (format #f "~a ALL = NOPASSWD: ALL~%" - %username))))) + %user))))) @end lisp |