From c70e6c897edde180ea4a1a2fa7184c717af7902d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 7 May 2022 15:27:29 -0700 Subject: 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. --- hosts/aptos/secrets/gcloud/world-nix.age | Bin 0 -> 2752 bytes hosts/aptos/secrets/secrets.nix | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 hosts/aptos/secrets/gcloud/world-nix.age (limited to 'hosts/aptos') 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 Binary files /dev/null and b/hosts/aptos/secrets/gcloud/world-nix.age 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"; + }; } -- cgit 1.4.1