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 = [
|
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";
|
||||||
|
|
Loading…
Reference in a new issue