current
1{
2  flake.modules.homeManager.desktop = _: {
3    services.syncthing = {
4      enable = true;
5      guiAddress = "127.0.0.1:4074";
6    };
7  };
8}