diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index aba56f0..972bbbf 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -191,6 +191,11 @@ systemctl enable zfs-mount systemctl enable zfs-import.target ``` +### Enable systemd-networkd +```bash +systemctl enable systemd-networkd +``` + ### Configure `initramfs-tools` ```bash