This commit is contained in:
Vic 2024-08-16 10:27:03 +02:00
parent c834e60127
commit b5c2a7c59f

View file

@ -8,7 +8,7 @@
home.packages = [ home.packages = [
pkgs.helix pkgs.helix
] ];
home.stateVersion = "24.05"; home.stateVersion = "24.05";
home.sessionVariables = { home.sessionVariables = {
@ -46,6 +46,7 @@
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";
}; };
SyslogIdentifier = "hackey"; SyslogIdentifier = "hackey";
Restart = "always"; Restart = "always";