From 6e0521eeede6bd06bc083073145413a04771aad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 27 Apr 2019 15:07:31 +0200 Subject: vm-image: Allow for password-less sudo. * gnu/system/examples/vm-image.tmpl (sudoers-file): New field. --- gnu/system/examples/vm-image.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu/system') diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index c8a5ee066b..95cfcb6865 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl @@ -57,6 +57,12 @@ accounts.\x1b[0m "audio" "video"))) %base-user-accounts)) + ;; Our /etc/sudoers file. Since 'guest' initially has an empty password, + ;; allow for password-less sudo. + (sudoers-file (plain-file "sudoers" "\ +root ALL=(ALL) ALL +%wheel ALL=NOPASSWD: ALL\n")) + (packages (append (list font-bitstream-vera nvi wget) %base-packages)) -- cgit v1.2.3