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|#
|
#|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")
|
||||||
|
|
Loading…
Reference in New Issue