init: syncthing module

Assumes one `introducer` peer, which can AutoShare configured folders,
with peers that know the `deviceID` of the introducer.
This commit is contained in:
a-kenji
2023-11-28 13:08:36 +01:00
parent 7f68da2715
commit ff3b8f1db0
12 changed files with 378 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
deltachat = import ./deltachat nixosTestArgs;
meshnamed = import ./meshnamed nixosTestArgs;
borgbackup = import ./borgbackup nixosTestArgs;
syncthing = import ./syncthing nixosTestArgs;
};
schemaTests = pkgs.callPackages ./schemas.nix {
inherit self;