Syncthing
This commit is contained in:
parent
e65144675d
commit
2710145bf9
4 changed files with 14 additions and 0 deletions
11
modules/nixos/syncthing.nix
Normal file
11
modules/nixos/syncthing.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8384 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue