mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
[Backport release-24.11] nixos/teleport: add required utils to path (#356200)
This commit is contained in:
commit
fdf985b33a
@ -83,6 +83,7 @@ in
|
||||
systemd.services.teleport = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
path = with pkgs; [ getent shadow sudo ];
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${cfg.package}/bin/teleport start \
|
||||
|
Loading…
Reference in New Issue
Block a user