mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/teleport: add required utils to path (#332810)
This commit is contained in:
commit
c00cdccd00
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue