mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Update GCS service account secret format to binary
This commit is contained in:
parent
aee7f79c01
commit
b5af91bde0
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue