From d239fc6ed74b10a2a8faff72a76d46088ba7f26c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Apr 2023 14:44:35 -0700 Subject: hosts/tahoe: disable rclone Backups are not synchronized with rclone to gcloud, but instead with rsync to rsync.net. --- hosts/tahoe/services.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/tahoe/services.nix') diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index b2d8233..26ce9f6 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -46,7 +46,6 @@ in enable = true; stateDir = "/var/lib/gitolite"; }; - rclone = { enable = true; }; nginx = { enable = true; }; transmission = { enable = true; -- cgit 1.4.1