mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Add GUILE_LOAD_COMPILED_PATH to setenv of the first permit-statement of doas configuration
parent
17ac8cd3fd
commit
b489fb6913
|
@ -320,7 +320,9 @@
|
|||
#|Doas configuration services|#
|
||||
(simple-service 'miscellaneous-permissions doas-service-type
|
||||
(list (permit (identity ":wheel")
|
||||
(setenv `(("GUILE_LOAD_PATH" . #t))))))
|
||||
(setenv
|
||||
`(("GUILE_LOAD_PATH" . #t)
|
||||
("GUILE_LOAD_COMPILED_PATH" . #t))))))
|
||||
(simple-service 'text-editors-permissions doas-service-type
|
||||
(map (lambda (cmd)
|
||||
(permit (identity ":wheel")
|
||||
|
|
Loading…
Reference in New Issue