fix translation problem
This commit is contained in:
parent
e7ab4a2172
commit
1fdb3a8599
2 changed files with 47 additions and 13 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue