fix service
This commit is contained in:
parent
eab0e360e6
commit
4257fc74dd
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ in
|
|||
serviceConfig.EnvironmentFile = pkgs.writeTextFile {
|
||||
name = "fxpixiv.env";
|
||||
text = ''
|
||||
"ROCKET_ENV=release"
|
||||
"ROCKET_PORT=${toString config.services.fxpixiv.port}"
|
||||
"PIXIV_REFRESH_TOKEN=${toString config.services.fxpixiv.refreshToken}"
|
||||
ROCKET_ENV=release
|
||||
ROCKET_PORT=${toString config.services.fxpixiv.port}
|
||||
PIXIV_REFRESH_TOKEN=${toString config.services.fxpixiv.refreshToken}
|
||||
'';
|
||||
meta.mode = "0600";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue