fix enviroment
This commit is contained in:
parent
a1825bf0cd
commit
bbea040b99
1 changed files with 5 additions and 5 deletions
10
home.nix
10
home.nix
|
@ -44,11 +44,11 @@
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "pnpm start";
|
ExecStart = "pnpm start";
|
||||||
WorkingDirectory = "/home/vic/Hackey/Sharkey";
|
WorkingDirectory = "/home/vic/Hackey/Sharkey";
|
||||||
Enviroment = {
|
Enviroment = [
|
||||||
NODE_ENV = "production";
|
"NODE_ENV=production"
|
||||||
NODE_OPTIONS = "--max-old-space-size=2048";
|
"NODE_OPTIONS=--max-old-space-size=2048"
|
||||||
MK_CONFIG_DB_PASS_FILE="/home/vic/.config/pass";
|
"MK_CONFIG_DB_PASS_FILE=/home/vic/.config/pass"
|
||||||
};
|
];
|
||||||
SyslogIdentifier = "hackey";
|
SyslogIdentifier = "hackey";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
TimeoutSec = 60;
|
TimeoutSec = 60;
|
||||||
|
|
Loading…
Reference in a new issue