diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index bbe48cc..e77fa4e 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -71,7 +71,7 @@ in { partOf = ["docker.service"]; script = '' #!/usr/bin/env bash - echo $PATH + export PATH=${pkgs.shadow}/bin:$PATH ${wings}/bin/wings ''; wantedBy = ["multi-user.target"];