Update GCS service account secret format to binary

This commit is contained in:
Root User 2026-02-07 23:16:21 +01:00
parent aee7f79c01
commit b5af91bde0
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -35,7 +35,7 @@
# Declare the GCS service account secret
sops.secrets."gcloud_bucket" = {
format = "json";
format = "binary"; # Apparently this can make it behave as is.
sopsFile = ../../secrets/database/gcloud_bucket.json;
owner = "root";
mode = "0400";