{ config, ... }: { services.syncthing = { enable = true; dataDir = config.constants.homeDir; openDefaultPorts = true; overrideDevices = true; overrideFolders = true; settings = { devices.blitzar = { name = "blitzar"; id = "JQQYTRP-GEJITYH-NSHUZ2T-YWS5XDC-7R6E47Z-NUXON4D-4QR77VU-AE4Q3AR"; }; folders.music = { enable = true; devices = [ "blitzar" ]; id = "Music"; label = "Music"; path = "~/Music"; type = "receiveonly"; }; }; user = config.constants.userName; }; }