Fix wrong NixNG container path

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-19 00:50:02 +02:00
parent ef62e6cc67
commit 8cd278f26a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
13 changed files with 24 additions and 24 deletions

View file

@ -79,7 +79,7 @@ job "gitea" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.gitea.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.gitea.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]

View file

@ -66,7 +66,7 @@ job "home-assistant" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.zigbee2mqtt.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.zigbee2mqtt.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
@ -145,7 +145,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.mosquitto.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mosquitto.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -242,7 +242,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.home-assistantPostgresql.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.home-assistantPostgresql.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -273,7 +273,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.home-assistant.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.home-assistant.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -88,7 +88,7 @@ job "hydra" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.hydra.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.hydra.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
@ -161,7 +161,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.hydraPostgresql.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.hydraPostgresql.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -203,7 +203,7 @@ job "ingress" {
driver = "docker"
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.ingressBlowhole.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.ingressBlowhole.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -180,7 +180,7 @@ job "ingress" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.ingressToothpick.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.ingressToothpick.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -50,7 +50,7 @@ job "matrix-heisenbridge" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.heisenbridge.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.heisenbridge.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -81,7 +81,7 @@ job "matrix-mautrix-discord" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.mautrix-discord.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-discord.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -74,7 +74,7 @@ job "matrix-mautrix-facebook" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.mautrix-facebook.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-facebook.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -96,7 +96,7 @@ job "matrix-mautrix-signal" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.mautrix-signal.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-signal.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -31,7 +31,7 @@ job "matrix-prometheus" {
driver = "docker"
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.matrixPrometheus.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.matrixPrometheus.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -41,7 +41,7 @@ job "matrix-prometheus" {
driver = "docker"
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.matrixPrometheusConnectNginx.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.matrixPrometheusConnectNginx.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]

View file

@ -63,7 +63,7 @@ job "matrix-synapse" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.conduitRedis.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduitRedis.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -184,7 +184,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseClient.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseClient.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -325,7 +325,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseSync.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseSync.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -466,7 +466,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseFederationReceiver.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseFederationReceiver.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -607,7 +607,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseFederationSender.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseFederationSender.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -687,7 +687,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.conduitPostgresql.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduitPostgresql.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -829,7 +829,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.conduit.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduit.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -76,7 +76,7 @@ job "syncthing" {
driver = "docker"
config {
nix_flake_ref = "\\\\${var.flake_ref}#nixngSystems.syncthing.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.syncthing.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}

View file

@ -59,7 +59,7 @@ job "website" {
driver = "docker"
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.website.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.website.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}