From edd7c9a000f2c19e3a00e8ed10a53ed73fd31cbc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 23:33:30 -0600 Subject: Add Avahi mDNS to installed systems for network discovery Install avahi and nss-mdns packages, enable avahi-daemon service. Matches archsetup's implementation for consistency. After installation, systems are accessible as .local (e.g., ratio.local, framework.local) for easier SSH access. --- custom/install-archzfs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'custom') diff --git a/custom/install-archzfs b/custom/install-archzfs index a6679eb..202732d 100755 --- a/custom/install-archzfs +++ b/custom/install-archzfs @@ -901,6 +901,8 @@ EOF freetype2 \ efibootmgr \ networkmanager \ + avahi \ + nss-mdns \ openssh \ git \ vim \ @@ -1176,6 +1178,7 @@ configure_zfs_services() { # Enable other services arch-chroot /mnt systemctl enable NetworkManager + arch-chroot /mnt systemctl enable avahi-daemon arch-chroot /mnt systemctl enable sshd info "ZFS services configured." -- cgit v1.2.3