aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-07 15:27:29 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-07 15:27:29 -0700
commitc70e6c897edde180ea4a1a2fa7184c717af7902d (patch)
treebf7bdc1e9fb299dc59f676ed9329b69a3e22e0a7
parentmodules: add a few packages (diff)
downloadinfra-c70e6c897edde180ea4a1a2fa7184c717af7902d.tar.gz
secrets: add a new secrets for gcloud (aptos only)
This is the configuration needed to interact with GCP from this repository. We only want it on aptos for now.
Diffstat (limited to '')
-rw-r--r--hosts/aptos/secrets/gcloud/world-nix.agebin0 -> 2752 bytes
-rw-r--r--hosts/aptos/secrets/secrets.nix5
2 files changed, 5 insertions, 0 deletions
diff --git a/hosts/aptos/secrets/gcloud/world-nix.age b/hosts/aptos/secrets/gcloud/world-nix.age
new file mode 100644
index 0000000..a8b51b2
--- /dev/null
+++ b/hosts/aptos/secrets/gcloud/world-nix.age
Binary files differ
diff --git a/hosts/aptos/secrets/secrets.nix b/hosts/aptos/secrets/secrets.nix
index 05e9662..9e503b2 100644
--- a/hosts/aptos/secrets/secrets.nix
+++ b/hosts/aptos/secrets/secrets.nix
@@ -20,4 +20,9 @@ in {
publicKeys = [ fcuny aptos ];
owner = "fcuny";
};
+
+ "gcloud/world-nix.age" = {
+ publicKeys = [ fcuny aptos ];
+ owner = "fcuny";
+ };
}