diff options
Diffstat (limited to 'commons/sudoers.scm')
-rw-r--r-- | commons/sudoers.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/commons/sudoers.scm b/commons/sudoers.scm deleted file mode 100644 index b27b821..0000000 --- a/commons/sudoers.scm +++ /dev/null @@ -1,8 +0,0 @@ -(define-module (commons sudoers) - #:use-module (guix gexp)) - -(define-public %sudoers-specification* - (let ((content (string-append "root ALL=(ALL) ALL \n" - "%wheel ALL=(ALL) ALL \n" - "Defaults passwd_timeout=0 \n"))) - (plain-file "sudoers" content))) |