···3838 # for services needing access to them.
3939 "builds.sr.ht::worker".buildlogs = "/var/log/sourcehut/buildsrht-worker";
4040 "git.sr.ht".post-update-script = "/usr/bin/gitsrht-update-hook";
4141- "git.sr.ht".repos = "/var/lib/sourcehut/gitsrht/repos";
4141+ "git.sr.ht".repos = cfg.settings."git.sr.ht".repos;
4242 "hg.sr.ht".changegroup-script = "/usr/bin/hgsrht-hook-changegroup";
4343- "hg.sr.ht".repos = "/var/lib/sourcehut/hgsrht/repos";
4343+ "hg.sr.ht".repos = cfg.settings."hg.sr.ht".repos;
4444 # Making this a per service option despite being in a global section,
4545 # so that it uses the redis-server used by the service.
4646 "sr.ht".redis-host = cfg.${srv}.redis.host;