aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-01 10:29:14 -0300
committerEuAndreh <eu@euandre.org>2023-04-01 11:14:10 -0300
commitffb4e2ea5b37dcb64bec697c6567de6adf18ea73 (patch)
treed34d908ffe9f371b3751ac49694edc5c44d1eebf /src
parentsystem.scm: Use "git" over "git-minimal" package (diff)
downloadtoph-ffb4e2ea5b37dcb64bec697c6567de6adf18ea73.tar.gz
toph-ffb4e2ea5b37dcb64bec697c6567de6adf18ea73.tar.xz
system.scm: Allow "git" to run mkdir(1) as "deployer"
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show ffb4e2ea5b37dcb64bec697c6567de6adf18ea73 git notes --ref=refs/notes/ci-data show ffb4e2ea5b37dcb64bec697c6567de6adf18ea73 Exit status: 0 Duration: 19
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index c25502d..dcf781b 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -285,7 +285,7 @@
%become-deployer ALL=(deployer) NOPASSWD: ALL
%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
git ALL= NOPASSWD: /run/current-system/profile/bin/reconfigure
- git ALL=(deployer) NOPASSWD: /run/current-system/profile/bin/rsync
+ git ALL=(deployer) NOPASSWD: /run/current-system/profile/bin/rsync, /run/current-system/profile/bin/mkdir
"#))
(packages
(append