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

@@ -9,5 +9,6 @@
deltachat = ./deltachat.nix;
xfce = ./xfce.nix;
borgbackup = ./borgbackup.nix;
syncthing = ./syncthing.nix;
};
}