{ config, pkgs, inputs, ... }: { # sync thing services.syncthing = { enable = true; openDefaultPorts = true; user = "alex"; configDir = "/home/alex/.config/syncthing"; dataDir = "/home/alex"; }; }