hainich: added syncthing

This commit is contained in:
schweby 2021-01-27 11:13:36 +01:00
parent dad94d6e0d
commit c79c8413f2

View file

@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
services.syncthing = {
enable = true;
relay.enable = false;
openDefaultPorts = true;
guiAddress = "127.0.0.1:8384";
};
}