{ config, lib, pkgs, ... }: { ctucxConfig.services.syncthing.enable = true; services.syncthing = rec { dataDir = "/home/katja/syncthing"; }; }