fix: correct compose procedure in doas-service-type definition so the order used to write on doas.conf corresponds to the order in which each service is declared

pull/1/head
anemofilia 2023-09-24 11:44:19 -03:00
parent 3d8664bf42
commit 1c5b35e6b9
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
(list (service-extension (list (service-extension
etc-service-type etc-service-type
doas-etc-service))) doas-etc-service)))
(compose concatenate) (compose (compose concatenate reverse))
(extend append) (extend append)
(default-value '()) (default-value '())
(description "Set /etc/doas.conf"))) (description "Set /etc/doas.conf")))