operating-systems: buer: Add GUILE_LOAD_COMPILED_PATH to setenv of the first permit-statement of doas configuration

impermanence
Luis Guilherme Coelho 2024-08-13 00:43:07 -03:00
parent 17ac8cd3fd
commit b489fb6913
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 1 deletions

View File

@ -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")