diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-06-06 18:29:10 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-06-06 18:34:33 +0200 |
commit | 14aca4d63fc2408adf2e58c25032e28774bf6a16 (patch) | |
tree | d7112032ae6a83828273c7a9b057da689d3e6e3f /commons | |
parent | 5aa3b0747c3676cc675bd0794da959a82a932d83 (diff) |
move commons to suweren
Diffstat (limited to 'commons')
-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))) |