mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-01 02:05:34 +00:00
services: iwd: Ungexp file-append.
* rosenthal/services/networking.scm (iwd-shepherd-service) [#:environment-variables]: Ungexp file-append.
This commit is contained in:
parent
939ec4a7c4
commit
c7dc95c293
@ -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…
Reference in New Issue
Block a user