From 7f73f3ba848f8d2a1aa014dfd69e171998177c69 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 17 Aug 2023 17:10:46 -0700 Subject: [PATCH] network --- ...ncryption, Mirroring, and Remote Unlocking with Ubuntu.md | 5 +++++ 1 file changed, 5 insertions(+) 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