From 4bbde940596be9d90523ab92822f0337a3f38f3a Mon Sep 17 00:00:00 2001 From: Ciapa Date: Thu, 11 Apr 2024 22:33:06 +0200 Subject: [PATCH] Add documentation for missing zfs unlock features --- hosts/phoenix.lewd.wtf/services/zfs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/phoenix.lewd.wtf/services/zfs.nix b/hosts/phoenix.lewd.wtf/services/zfs.nix index a9aee46..0afaef6 100644 --- a/hosts/phoenix.lewd.wtf/services/zfs.nix +++ b/hosts/phoenix.lewd.wtf/services/zfs.nix @@ -7,6 +7,8 @@ in { # ZFS remote unlocking boot.initrd.systemd.enable = true; + # TODO: Install ZFS tools + # TODO: Override built-in zfs unlock service boot.initrd.availableKernelModules = [ "igb" ]; boot.kernelParams = [ "ip=192.168.0.42::192.168.0.1:255.255.252.0:phoenix-initrd:eno2:off:192.168.0.1"