fix?
This commit is contained in:
parent
55254f61da
commit
a1ff792e6d
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
@ -42,11 +42,11 @@
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "pnpm start";
|
ExecStart = "pnpm start";
|
||||||
WorkingDirectory = "${home.homeDirectory}/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.homeDirectory}/.config/pass";
|
MK_CONFIG_DB_PASS_FILE="/home/vic/.config/pass";
|
||||||
};
|
};
|
||||||
SyslogIdentifier = "hackey";
|
SyslogIdentifier = "hackey";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
|
|
Loading…
Reference in a new issue