summaryrefslogtreecommitdiff
path: root/commons
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-06-06 18:29:10 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-06-06 18:34:33 +0200
commit14aca4d63fc2408adf2e58c25032e28774bf6a16 (patch)
treed7112032ae6a83828273c7a9b057da689d3e6e3f /commons
parent5aa3b0747c3676cc675bd0794da959a82a932d83 (diff)
move commons to suweren
Diffstat (limited to 'commons')
-rw-r--r--commons/sudoers.scm8
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)))