(define-module (suweren 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)))