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 = [
pkgs.helix
]
];
home.stateVersion = "24.05";
home.sessionVariables = {
@ -46,6 +46,7 @@
Enviroment = {
NODE_ENV = "production";
NODE_OPTIONS = "--max-old-space-size=2048";
MK_CONFIG_DB_PASS_FILE="${home.homeDirectory}/.config/pass";
};
SyslogIdentifier = "hackey";
Restart = "always";