mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Remove `permit nopass :wheel cmd guix args pull` from system declaration since we won't be running this command anymore
parent
16c810e4e2
commit
c0717c14ca
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue