Fix matrix container names

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-19 01:47:08 +02:00
parent 3bb6cd9d77
commit 913b738563
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
4 changed files with 6 additions and 6 deletions

View file

@ -81,7 +81,7 @@ job "matrix-mautrix-discord" {
}
config {
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-discord.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrixDiscord.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}#nixngConfigurations.mautrix-facebook.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrixFacebook.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}#nixngConfigurations.mautrix-signal.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrixSignal.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}#nixngConfigurations.conduitRedis.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseRedis.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -687,7 +687,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduitPostgresql.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapsePostgreSQL.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}
@ -829,7 +829,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduit.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapse.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}