From ffb4e2ea5b37dcb64bec697c6567de6adf18ea73 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Apr 2023 10:29:14 -0300 Subject: system.scm: Allow "git" to run mkdir(1) as "deployer" --- src/infrastructure/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3