blob: d9f482c9b43e922f89af6aa5722a62f9dbfac0a5 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ syncthing ];
services.syncthing.enable = true;
services.syncthing.openDefaultPorts = true;
services.syncthing.guiAddress = "0.0.0.0:8384";
}