mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
services: tailscale: Add `ip' command to PATH.
* rosenthal/services/networking.scm (tailscale-shepherd-service) [start]<#:environment-variables>: Add iproute to PATH.
This commit is contained in:
parent
f29a65440d
commit
7bfe230793
@ -456,7 +456,11 @@ to #f.")
|
||||
http-proxy-server socks5-server state-directory state-file
|
||||
tunnel-interface upload-log? verbosity)
|
||||
(let ((environment
|
||||
#~(list (string-append "PATH=" #$(file-append iptables "/sbin")))))
|
||||
#~(list (string-append "PATH="
|
||||
(string-join
|
||||
'(#$(file-append iptables "/sbin")
|
||||
#$(file-append iproute "/sbin"))
|
||||
":")))))
|
||||
(list (shepherd-service
|
||||
(documentation "Run tailscaled")
|
||||
(provision '(tailscaled))
|
||||
|
Loading…
Reference in New Issue
Block a user