Merge pull request #125955 from Xe/Xe/tailscale-sysctl-not-found
nixos/tailscale: add procps to $PATH
This commit is contained in:
commit
4fae079c53
@ -34,7 +34,7 @@ in {
|
||||
systemd.packages = [ cfg.package ];
|
||||
systemd.services.tailscaled = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.openresolv ];
|
||||
path = [ pkgs.openresolv pkgs.procps ];
|
||||
serviceConfig.Environment = [
|
||||
"PORT=${toString cfg.port}"
|
||||
''"FLAGS=--tun ${lib.escapeShellArg cfg.interfaceName}"''
|
||||
|
Loading…
Reference in New Issue
Block a user