diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-11 13:38:35 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-11 13:41:17 -0800 |
commit | 8794ca07a79f64a05d8b9555ee652f21200aa476 (patch) | |
tree | e289f81ecface2e17e13f4d5741d9604a3019579 /hosts/aptos | |
parent | secrets: use homeage to manage secrets for home-manager (diff) | |
download | world-8794ca07a79f64a05d8b9555ee652f21200aa476.tar.gz |
secrets: move aptos' gcloud secrets to homeage
This secret is not needed system wide, I only need it to run some tools.
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"; - }; } |