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";
|
||||
ExecStart = "pnpm start";
|
||||
WorkingDirectory = "/home/vic/Hackey/Sharkey";
|
||||
Enviroment = {
|
||||
NODE_ENV = "production";
|
||||
NODE_OPTIONS = "--max-old-space-size=2048";
|
||||
MK_CONFIG_DB_PASS_FILE="/home/vic/.config/pass";
|
||||
};
|
||||
Enviroment = [
|
||||
"NODE_ENV=production"
|
||||
"NODE_OPTIONS=--max-old-space-size=2048"
|
||||
"MK_CONFIG_DB_PASS_FILE=/home/vic/.config/pass"
|
||||
];
|
||||
SyslogIdentifier = "hackey";
|
||||
Restart = "always";
|
||||
TimeoutSec = 60;
|
||||
|
|
Loading…
Reference in a new issue