nixos/teleport: add required utils to path

This commit is contained in:
Justinas Stankevicius
2024-08-06 22:43:34 +03:00
parent cb9a96f23c
commit 3fa182e7ec
@@ -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 \