diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/secrets/gcloud/world-nix.age | bin | 2859 -> 0 bytes | |||
-rw-r--r-- | hosts/aptos/secrets/secrets.nix | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/hosts/aptos/secrets/gcloud/world-nix.age b/hosts/aptos/secrets/gcloud/world-nix.age deleted file mode 100644 index 0168f1e..0000000 --- a/hosts/aptos/secrets/gcloud/world-nix.age +++ /dev/null Binary files differdiff --git a/hosts/aptos/secrets/secrets.nix b/hosts/aptos/secrets/secrets.nix index 59e43a5..529e7f9 100644 --- a/hosts/aptos/secrets/secrets.nix +++ b/hosts/aptos/secrets/secrets.nix @@ -20,9 +20,4 @@ in publicKeys = [ root fcuny backup ]; owner = "fcuny"; }; - - "gcloud/world-nix.age" = { - publicKeys = [ root fcuny backup ]; - owner = "fcuny"; - }; } |