generated from ElnuDev/rust-project
Convert tatoeba port number to string in flake
This commit is contained in:
parent
9de425a7a2
commit
7591109e50
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
wantedBy = [ "network.target" ];
|
wantedBy = [ "network.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${cfg.package}/bin/tatoeba --port ${cfg.port}
|
${cfg.package}/bin/tatoeba --port ${builtins.toString cfg.port}
|
||||||
'';
|
'';
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue