about summary refs log tree commit diff
path: root/hosts/tahoe
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-04-29 14:44:35 -0700
committerFranck Cuny <franck@fcuny.net>2023-04-29 15:09:07 -0700
commitd239fc6ed74b10a2a8faff72a76d46088ba7f26c (patch)
tree53ee1d808c4a54d86720b321716fe9a229516a7a /hosts/tahoe
parenthosts/tahoe: update settings related to restic (diff)
downloadworld-d239fc6ed74b10a2a8faff72a76d46088ba7f26c.tar.gz
hosts/tahoe: disable rclone
Backups are not synchronized with rclone to gcloud, but instead with
rsync to rsync.net.
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix1
1 files changed, 0 insertions, 1 deletions
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;