I have dnf install dnf-automatic and sudoedited /etc/dnf/automatic.conf to yes on {download,apply}_updates.
Is the above sufficient or do I need to run sudo systemctl enable --now dnf-automatic-install.timer? I don’t know if simply installing dnf-automatic already enabled the systemd unit/service.
I know running the command doesn’t hurt anyways, just curious.
dnf automatic can be configured to download-only as well, see:
man dnf5-automatic
The /etc/dnf/dnf5-plugins/automatic.conf is empty (missing) in the ‘dnf5-plugin-automatic’ package but you can look in /usr/share/dnf5/dnf5-plugins/automatic.conf as a template, find the particular settings you want to override and put just them in /etc/dnf/dnf5-plugins/automatic.conf
For example to only change the “apply_updates”: