mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 00:44:50 +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
|
||||
#~(list (string-append
|
||||
"PATH=" (string-join
|
||||
(list (file-append openresolv "/sbin")
|
||||
(file-append coreutils "/bin"))
|
||||
(list #$(file-append openresolv "/sbin")
|
||||
#$(file-append coreutils "/bin"))
|
||||
":")))))
|
||||
(list (shepherd-service
|
||||
(documentation "Run iwd")
|
||||
|
Loading…
Reference in New Issue
Block a user