Services/ArcaneAgent: Fix sops placeholder name

This commit is contained in:
2026-07-02 17:24:00 +02:00
parent 041feb2529
commit c636c84538
+1 -1
View File
@@ -9,7 +9,7 @@
in { in {
# If we need to pass secrets to containers we can't use plain env variables. # If we need to pass secrets to containers we can't use plain env variables.
sops.templates."arcane-agent_secrets.env".content = '' sops.templates."arcane-agent_secrets.env".content = ''
AGENT_TOKEN=${config.sops.placeholder.agent-token} AGENT_TOKEN=${config.sops.placeholder.arcane-agent-key}
''; '';
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {