nixos/teleport: add required utils to path (#332810)

This commit is contained in:
Colin
2024-11-15 13:16:39 +00:00
committed by GitHub
@@ -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 \