diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index 9e8f139..1249d67 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -70,6 +70,7 @@ in { requires = ["docker.service"]; partOf = ["docker.service"]; script = '' + export PATH=${pkgs.coreutils}:$PATH ${wings}/bin/wings ''; wantedBy = ["multi-user.target"];