diff --git a/services/instasync.hcl b/services/instasync.hcl index e3d3380..68d53cb 100644 --- a/services/instasync.hcl +++ b/services/instasync.hcl @@ -24,7 +24,7 @@ job "instasync" { driver = "exec" config { - command = "/nix/store/bmmjbvb8hishfrg78ygjlynpq3ikpl39-nodejs-20.15.1/bin/node" + command = "/nix/store/k5inwzpp6a0295pd3nfckk9hq8wmifhz-nodejs-20.15.1/bin/node" args = ["/code/instasync/sync.js"] } diff --git a/services/resol-gateway.hcl b/services/resol-gateway.hcl index 6028f20..1be96b5 100644 --- a/services/resol-gateway.hcl +++ b/services/resol-gateway.hcl @@ -23,7 +23,7 @@ job "resol-gateway" { driver = "exec" config { - command = "/nix/store/2y52nmyfpsq497cppgc43x9v6lkp3q25-nodejs-20.5.1/bin/node" + command = "/nix/store/k5inwzpp6a0295pd3nfckk9hq8wmifhz-nodejs-20.15.1/bin/node" args = ["/code/resol-vbus/examples/json-live-data-server/index.js"] }