mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-25 05:25:05 +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
|
http-proxy-server socks5-server state-directory state-file
|
||||||
tunnel-interface upload-log? verbosity)
|
tunnel-interface upload-log? verbosity)
|
||||||
(let ((environment
|
(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
|
(list (shepherd-service
|
||||||
(documentation "Run tailscaled")
|
(documentation "Run tailscaled")
|
||||||
(provision '(tailscaled))
|
(provision '(tailscaled))
|
||||||
|
Loading…
Reference in New Issue
Block a user