services: iwd: Ungexp file-append.

* rosenthal/services/networking.scm (iwd-shepherd-service)
[#:environment-variables]: Ungexp file-append.
pull/1/head
Hilton Chain 1 year ago
parent 939ec4a7c4
commit c7dc95c293
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 4
      rosenthal/services/networking.scm

@ -51,8 +51,8 @@
(let ((environment (let ((environment
#~(list (string-append #~(list (string-append
"PATH=" (string-join "PATH=" (string-join
(list (file-append openresolv "/sbin") (list #$(file-append openresolv "/sbin")
(file-append coreutils "/bin")) #$(file-append coreutils "/bin"))
":"))))) ":")))))
(list (shepherd-service (list (shepherd-service
(documentation "Run iwd") (documentation "Run iwd")

Loading…
Cancel
Save