n/essentialsoftware: note dnf-automatic systemd units

This commit is contained in:
Aminda Suomalainen 2023-10-01 10:04:29 +03:00
parent 20e7b45126
commit c23318ce93
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ This is just a quick personal reference so I don't have to guess.
- `unbound` - my choice for both DNSSEC validating and DNS-over-TLS, even if I had it connect to upstream dns\[crypt\]proxy
- alternatively configure `systemd-resolved`. Simultaneously `systemd-networkd` may be a good idea.
- `unattended-upgrades` or `dnf-automatic` so security updates are at least downloaded if not even directly installed (see configuration and systemd units!)
- if `dnf-automatic`, consider `sudo systemctl enable dnf-automatic-install.{timer,service}`
or at least `sudo systemctl enable dnf-automatic-download.{timer,service}`
## Usability