fix translation problem
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user