From b5af91bde00e26583e0f8d89a84d971bfc91cfef Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 7 Feb 2026 23:16:21 +0100 Subject: [PATCH] Update GCS service account secret format to binary --- nix-system-configs/modules/secrets-config/sops-database.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/secrets-config/sops-database.nix b/nix-system-configs/modules/secrets-config/sops-database.nix index 1a1da83..30a56db 100644 --- a/nix-system-configs/modules/secrets-config/sops-database.nix +++ b/nix-system-configs/modules/secrets-config/sops-database.nix @@ -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";