diff options
Diffstat (limited to 'custom')
| -rwxr-xr-x | custom/install-archzfs | 3 |
1 files changed, 3 insertions, 0 deletions
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." |
