fixes
This commit is contained in:
parent
c834e60127
commit
b5c2a7c59f
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue