diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-07 15:27:29 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-07 15:27:29 -0700 |
commit | c70e6c897edde180ea4a1a2fa7184c717af7902d (patch) | |
tree | bf7bdc1e9fb299dc59f676ed9329b69a3e22e0a7 | |
parent | modules: add a few packages (diff) | |
download | world-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.
-rw-r--r-- | hosts/aptos/secrets/gcloud/world-nix.age | bin | 0 -> 2752 bytes | |||
-rw-r--r-- | hosts/aptos/secrets/secrets.nix | 5 |
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 differdiff --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"; + }; } |