diff options
author | Franck Cuny <franck@fcuny.net> | 2023-04-29 14:44:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-04-29 15:09:07 -0700 |
commit | d239fc6ed74b10a2a8faff72a76d46088ba7f26c (patch) | |
tree | 53ee1d808c4a54d86720b321716fe9a229516a7a /hosts | |
parent | hosts/tahoe: update settings related to restic (diff) | |
download | world-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.nix | 1 |
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; |