From af3075ec3d2e9e3a568e6b159a165298fa7851eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Apr 2023 11:21:23 -0300 Subject: WIP Git Guix shell --- src/infrastructure/guix/system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/infrastructure/guix/system.scm') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index dcf781b..18fb57b 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -284,7 +284,7 @@ %wheel ALL= ALL %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= NOPASSWD: /run/current-system/profile/bin/reconfigure, /run/current-system/profile/bin/cicd git ALL=(deployer) NOPASSWD: /run/current-system/profile/bin/rsync, /run/current-system/profile/bin/mkdir "#)) (packages @@ -315,6 +315,7 @@ (list packages:servers (script "gc" (file "src/infrastructure/scripts/gc.sh")) + (script "cicd" (file "src/infrastructure/scripts/cicd.sh")) (script "check" (file "src/infrastructure/scripts/check.sh")) (script "backup" (file "src/infrastructure/scripts/backup.sh")) (script "deploy" (file "src/infrastructure/scripts/deploy.sh")) -- cgit v1.2.3