nixos/portunus: remove superfluous explicit out

Co-authored-by: Lin Jian <me@linj.tech>
This commit is contained in:
Sandro 2024-01-19 11:58:07 +01:00 committed by GitHub
parent f154807e93
commit 5897d4eb0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = {
ExecStart = "${cfg.package.out}/bin/portunus-orchestrator";
ExecStart = "${cfg.package}/bin/portunus-orchestrator";
Restart = "on-failure";
};
environment = {