diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-10 20:09:14 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-10 20:09:14 -0700 |
commit | 439e940037e2a0a37d7d59ac64e65518867aac15 (patch) | |
tree | 32965be1cde8e59e1f4940e651ff23af6194ef1e /hosts/tahoe | |
parent | profiles/seedbox: move transmission to it (diff) | |
download | world-439e940037e2a0a37d7d59ac64e65518867aac15.tar.gz |
profiles/syncthing: move the old module
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 d49785b..058d31c 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -23,7 +23,6 @@ in promtail.enable = true; node-exporter.enable = true; }; - syncthing.enable = true; backup = { enable = true; repository = "/data/slow/backups/hosts/tahoe"; |