From 6e7dd508d0eadaad943a94c1861da0413e661690 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Sun, 4 Feb 2024 01:47:51 +0100 Subject: [PATCH] Fix initrd sshd check --- hosts/phoenix.lewd.wtf/services/zfs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/phoenix.lewd.wtf/services/zfs.nix b/hosts/phoenix.lewd.wtf/services/zfs.nix index a8f37d2..3d6b800 100644 --- a/hosts/phoenix.lewd.wtf/services/zfs.nix +++ b/hosts/phoenix.lewd.wtf/services/zfs.nix @@ -6,6 +6,7 @@ let in { # ZFS remote unlocking + boot.initrd.systemd.enable = true; 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"