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 = {
|
||||
Type = "simple";
|
||||
ExecStart = "pnpm start";
|
||||
WorkingDirectory = "${home.homeDirectory}/Hackey/Sharkey";
|
||||
WorkingDirectory = "/home/vic/Hackey/Sharkey";
|
||||
Enviroment = {
|
||||
NODE_ENV = "production";
|
||||
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";
|
||||
Restart = "always";
|
||||
|
|
Loading…
Reference in a new issue