diff options
Diffstat (limited to '')
-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"; + }; } |