aboutsummaryrefslogtreecommitdiff
path: root/src/org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-29 22:23:45 -0300
committerEuAndreh <eu@euandre.org>2024-08-29 22:23:45 -0300
commitd14211e7836c682581d3394d34bb29e38aa366a4 (patch)
tree6c294f1061461e9e05a52de3f80219e416d47200 /src/org
parentRevert "packages.scm: Use absolute path to root login shell" (diff)
downloadpackages-d14211e7836c682581d3394d34bb29e38aa366a4.tar.gz
packages-d14211e7836c682581d3394d34bb29e38aa366a4.tar.xz
packages.scm: Do not require a root login shell for reconfigure(8)
Diffstat (limited to 'src/org')
-rw-r--r--src/org/euandre/packages.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm
index 1968618..fe9a368 100644
--- a/src/org/euandre/packages.scm
+++ b/src/org/euandre/packages.scm
@@ -608,7 +608,7 @@
(plain-file "sudoers-syskeep" "\
root ALL=(ALL) ALL
%wheel ALL= ALL
-%wheel ALL= NOPASSWD: /run/current-system/profile/bin/sh -c /run/current-system/profile/bin/reconfigure
+%wheel ALL= 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
"))