aboutsummaryrefslogtreecommitdiff
path: root/src/org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-29 18:58:58 -0300
committerEuAndreh <eu@euandre.org>2024-08-29 18:58:58 -0300
commitc19166c91ab97f5f3768f22e0080623bd2ec9355 (patch)
tree2de67f3fe2e825c5a503cac56133d1fdee53156f /src/org
parentMakefile: Build Guix using a single core (diff)
downloadpackages-c19166c91ab97f5f3768f22e0080623bd2ec9355.tar.gz
packages-c19166c91ab97f5f3768f22e0080623bd2ec9355.tar.xz
packages.scm: Allow users in group "wheel" to run reconfigure(8) without a password
Diffstat (limited to 'src/org')
-rw-r--r--src/org/euandre/packages.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm
index d86dc0b..821bd31 100644
--- a/src/org/euandre/packages.scm
+++ b/src/org/euandre/packages.scm
@@ -606,6 +606,7 @@
(plain-file "sudoers-syskeep" "\
root ALL=(ALL) ALL
%wheel ALL= ALL
+%wheel ALL=(:wheel) NOPASSWD: /run/current-system/profile/bin/reconfigure
%become-secrets-keeper ALL=(secrets-keeper) NOPASSWD: /run/current-system/profile/bin/rsync, /run/current-system/profile/bin/setfacl, /run/current-system/profile/bin/rm
"))