Skip to content

Commit

Permalink
feat: use systemd-resolved for DNS name resolution
Browse files Browse the repository at this point in the history
This is what fedora uses and this fixes Tailscale on achillobator :)
  • Loading branch information
tulilirockz committed Jan 8, 2025
1 parent f99813e commit fed40b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ systemctl enable fwupd.service
# The compose repos we used during the build are point in time repos that are
# not updated, so we don't want to leave them enabled.
dnf config-manager --set-disabled baseos-compose,appstream-compose

# enable systemd-resolved for proper name resolution
systemctl enable systemd-resolved.service

0 comments on commit fed40b8

Please sign in to comment.