diff options
-rw-r--r-- | src/org/euandre/packages.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm index 7607779..39af6a4 100644 --- a/src/org/euandre/packages.scm +++ b/src/org/euandre/packages.scm @@ -602,7 +602,7 @@ (plain-file "sudoers-syskeep" "\ root ALL=(ALL) ALL %wheel ALL= ALL -%wheel ALL= NOPASSWD: /run/current-system/profile/bin/reconfigure +%wheel ALL= NOPASSWD: /run/current-system/profile/bin/sh /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 ")) |