about summary refs log tree commit diff
path: root/hosts/tahoe/secrets/secrets.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-04-30 11:34:02 -0700
committerFranck Cuny <franck@fcuny.net>2023-04-30 14:40:30 -0700
commit5a5b98210b56a297e0e227f0895a9778f2e22147 (patch)
tree54da638518953b47b5ca9827b6f0eacf1c94dd82 /hosts/tahoe/secrets/secrets.nix
parentmodules/security: move ssh configuration to a dedicated module (diff)
downloadworld-5a5b98210b56a297e0e227f0895a9778f2e22147.tar.gz
modules/rclone: delete the module and cleanup
I'm not using rclone anymore and I'm not storing the backups to GCS
buckets either.
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/secrets/secrets.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix
index 4325195..34b955b 100644
--- a/hosts/tahoe/secrets/secrets.nix
+++ b/hosts/tahoe/secrets/secrets.nix
@@ -31,8 +31,5 @@ in
   "restic/repo-systems.age".publicKeys = all;
   "rsync.net/ssh-key.age".publicKeys = all;
 
-  "rclone/config.ini.age".publicKeys = all;
-  "rclone/gcs_service_account.json.age".publicKeys = all;
-
   "sendsms/config.age".publicKeys = all;
 }