mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add grok_type to synapse
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
43959436a6
commit
0a9cd4bd38
|
@ -201,6 +201,10 @@ EOF
|
|||
nix_flake_sha = var.flake_sha
|
||||
nix_flake_store_path = var.store_path.synapseClient
|
||||
entrypoint = [ "init" ]
|
||||
|
||||
labels {
|
||||
grok_type = "synapse"
|
||||
}
|
||||
}
|
||||
|
||||
resources {
|
||||
|
@ -358,6 +362,10 @@ EOF
|
|||
nix_flake_sha = var.flake_sha
|
||||
nix_flake_store_path = var.store_path.synapseSync
|
||||
entrypoint = [ "init" ]
|
||||
|
||||
labels {
|
||||
grok_type = "synapse"
|
||||
}
|
||||
}
|
||||
|
||||
resources {
|
||||
|
@ -515,6 +523,10 @@ EOF
|
|||
nix_flake_sha = var.flake_sha
|
||||
nix_flake_store_path = var.store_path.synapseFederationReceiver
|
||||
entrypoint = [ "init" ]
|
||||
|
||||
labels {
|
||||
grok_type = "synapse"
|
||||
}
|
||||
}
|
||||
|
||||
resources {
|
||||
|
@ -672,6 +684,10 @@ EOF
|
|||
nix_flake_sha = var.flake_sha
|
||||
nix_flake_store_path = var.store_path.synapseFederationSender
|
||||
entrypoint = [ "init" ]
|
||||
|
||||
labels {
|
||||
grok_type = "synapse"
|
||||
}
|
||||
}
|
||||
|
||||
resources {
|
||||
|
@ -911,6 +927,10 @@ EOF
|
|||
nix_flake_sha = var.flake_sha
|
||||
nix_flake_store_path = var.store_path.synapse
|
||||
entrypoint = [ "init" ]
|
||||
|
||||
labels {
|
||||
grok_type = "synapse"
|
||||
}
|
||||
}
|
||||
|
||||
resources {
|
||||
|
|
Loading…
Reference in a new issue