greaterchiangmai: nodejs_20 -> nodejs

This commit is contained in:
2026-06-10 18:56:48 +07:00
parent 521ccdc886
commit 8874b33a5d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -173,10 +173,10 @@ in
serviceConfig = {
User = cfg.user;
WorkingDirectory = "${file-uploader}";
ExecStart = "${lib.getExe pkgs.nodejs_20} ${file-uploader}/src/be/index.js";
ExecStart = "${lib.getExe pkgs.nodejs} ${file-uploader}/src/be/index.js";
Restart = "on-failure";
};
path = [ pkgs.nodejs_20 ];
path = [ pkgs.nodejs ];
};
environment.systemPackages = [