backwards: Add syncthing module
This commit is contained in:
12
hosts/backwards/modules/syncthing/default.nix
Normal file
12
hosts/backwards/modules/syncthing/default.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
openDefaultPorts = true;
|
||||||
|
|
||||||
|
user = "alex";
|
||||||
|
group = "users";
|
||||||
|
|
||||||
|
dataDir = "/home/alex/sync";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user