backwards: Add syncthing module

This commit is contained in:
Alexander Heldt
2024-08-31 11:44:37 +02:00
parent f4c54aaa02
commit 6a9a63f52a

View File

@@ -0,0 +1,12 @@
{ ... }:
{
services.syncthing = {
enable = true;
openDefaultPorts = true;
user = "alex";
group = "users";
dataDir = "/home/alex/sync";
};
}