chore: update gakuen-cosplay input and gakuen-cosplay-api service

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-16 00:04:30 -03:00
parent 3f4728de40
commit f7c1959973
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 5 additions and 5 deletions

View file

@ -75,11 +75,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1742011683,
"narHash": "sha256-iB6P5qZBkTiIv1jw9xpxeQjIuce6f9bqP1G0bCULQCc=",
"lastModified": 1742093995,
"narHash": "sha256-9xjCwI87xXYO7FG+Jc9abERmZ3RyECDx8caBIOK/PTw=",
"ref": "refs/heads/main",
"rev": "978700d10e09aac45145ab640e4b887713f1c68d",
"revCount": 19,
"rev": "6ad26e18a52e0141824014936a5574dfd91ff6f4",
"revCount": 32,
"type": "git",
"url": "file:///mnt/internal/shared/work/gakuen/projects/cosplayer_submission"
},

View file

@ -7,7 +7,7 @@
Unit.Description = "Gakuen Cosplay API";
Service = {
ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/cosplayer_submission";
ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/animegakuen-cosplay-backend";
Restart = "on-failure";
Type = "simple";
WorkingDirectory = "/srv/gakuen_api";