Compare commits

..

2 Commits

Author SHA1 Message Date
176c53a5ae Upgrade to 2024.10 2024-11-04 14:21:51 +00:00
7049d5071b Update node path. 2024-11-04 14:15:53 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -114,5 +114,5 @@ variable "secret_key" {
variable "authentik_version" {
type = string
default = "2024.8.3"
default = "2024.10.0"
}

View File

@@ -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"]
}

View File

@@ -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"]
}