[Backport release-24.11] nixos/teleport: add required utils to path (#356200)

This commit is contained in:
Colin 2024-11-16 17:55:57 +00:00 committed by GitHub
commit fdf985b33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \