operating-systems: buer: Remove `permit nopass :wheel cmd guix args pull` from system declaration since we won't be running this command anymore

impermanence
Luis Guilherme Coelho 2024-03-14 20:23:43 -03:00
parent 16c810e4e2
commit c0717c14ca
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 5 deletions

View File

@ -311,11 +311,7 @@
#|Doas configuration services|# #|Doas configuration services|#
(simple-service 'miscellaneous-permissions doas-service-type (simple-service 'miscellaneous-permissions doas-service-type
(list (permit (identity ":wheel") (list (permit (identity ":wheel")
(setenv `(("GUILE_LOAD_PATH" . #t)))) (setenv `(("GUILE_LOAD_PATH" . #t))))))
(permit (identity ":wheel")
(nopass? #t)
(command "guix")
(args `("pull")))))
(simple-service 'text-editors-permissions doas-service-type (simple-service 'text-editors-permissions doas-service-type
(map (lambda (cmd) (map (lambda (cmd)
(permit (identity ":wheel") (permit (identity ":wheel")