clanServices: migrate syncthing module to clanServices

Migrate the syncthing module from `clanModules` to `clanServices`.
This commit is contained in:
a-kenji
2025-07-23 11:45:05 +02:00
parent a3ea62caba
commit a5e51f658d
60 changed files with 890 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
pkgs,
...
}:
# DEPRECATED: This module has been migrated to clanServices/syncthing
# Please use the syncthing service instead: services.syncthing.instances.default.roles.peer.machines = { ... };
let
dir = config.clan.core.settings.directory;
machineVarDir = "${dir}/vars/per-machine/";