fix translation problem

This commit is contained in:
mtgmonkey 2025-06-12 10:52:11 +00:00
parent e7ab4a2172
commit 1fdb3a8599
2 changed files with 47 additions and 13 deletions

View file

@ -41,7 +41,7 @@ in {
systemd.services.translate = {
serviceConfig = {
Type = "simple";
ExecStart = "${lib.getExe pkgs.libretranslate}";
ExecStart = "${lib.getExe pkgs.libretranslate} --port 8108";
RemainAfterExit = true;
};
};