From c0717c14caa84f0fd1615e845f4fb4921e720c93 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Thu, 14 Mar 2024 20:23:43 -0300 Subject: [PATCH] operating-systems: buer: Remove `permit nopass :wheel cmd guix args pull` from system declaration since we won't be running this command anymore --- operating-systems/buer.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 066aec7..fc23112 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -311,11 +311,7 @@ #|Doas configuration services|# (simple-service 'miscellaneous-permissions doas-service-type (list (permit (identity ":wheel") - (setenv `(("GUILE_LOAD_PATH" . #t)))) - (permit (identity ":wheel") - (nopass? #t) - (command "guix") - (args `("pull"))))) + (setenv `(("GUILE_LOAD_PATH" . #t)))))) (simple-service 'text-editors-permissions doas-service-type (map (lambda (cmd) (permit (identity ":wheel")