mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/nixos/think-backend-gtcm.nix
This commit is contained in:
2026-01-09 15:54:11 +07:00
parent 51ef0b3ece
commit 1bc4597e42
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
}; };
clan.core.settings.name = "ramus"; # clan.core.settings.name = "ramus";
# clan.meta.description = '' # clan.meta.description = ''
# A Hetzner VPS machine own by Alex. # A Hetzner VPS machine own by Alex.
# ''; # '';

View File

@@ -176,7 +176,7 @@ in
}; };
path = [ pkgs.nodejs_20 ]; path = [ pkgs.nodejs_20 ];
script = '' script = ''
npm run start:api node ${file-uploader}/src/be/index.js
''; '';
}; };