diff --git a/mkosi.finalize.chroot b/mkosi.finalize.chroot index cf13097..42cf71a 100755 --- a/mkosi.finalize.chroot +++ b/mkosi.finalize.chroot @@ -96,3 +96,6 @@ rm -rf /usr/share/xsessions/ ## Replace Falkon with Firefox as the default browser, since that's what we pre-install. sed -i 's/org.kde.falkon.desktop/org.mozilla.firefox.desktop/' /usr/share/applications/kde-mimeapps.list + +## Disable Systemd-Resolved as it will conflict with Avahi and NSS-mDNS +systemctl disable systemd-resolved.service