Debusine worker configuration directories priority
In debusine/worker/config.py
the ConfighHandler.default_directories
are default_directories = [ '/etc/debusine/worker', str(Path.home() / '.config/debusine/worker'),]
Probably they should be the other way round so it would use $HOME/.config/debusine/worker and if it does not exist /etc/debusine/worker .