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