Can't upgrade to version 24.20.1
Users are unable to upgrade to the latest version of FreedomBox 24.20.1. The new version of freedombox package introduces systemd-resolved as dependency. This conflicts with resolvconf. However, likely due to the Priority: value set on resolveconf package, unattended-upgrades is refusing to remove resolveconf package.
During the development for this MR, we have not tested the full upgrade scenario with unattended-upgrades.
We can't solve this problem by installing systemd-resolved package during setup() operation since this operation would require Internet connectivity which we may not have during the time of first setup.