Fix initrd sshd check
ci / test (push) Failing after 5m52s Details
ci / deploy (push) Has been skipped Details

This commit is contained in:
Ciapa 2024-02-04 01:47:51 +01:00
parent b8a7d1bf0d
commit 6e7dd508d0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ let
in in
{ {
# ZFS remote unlocking # ZFS remote unlocking
boot.initrd.systemd.enable = true;
boot.initrd.availableKernelModules = [ "igb" ]; boot.initrd.availableKernelModules = [ "igb" ];
boot.kernelParams = [ boot.kernelParams = [
"ip=192.168.0.42::192.168.0.1:255.255.252.0:phoenix-initrd:eno2:off:192.168.0.1" "ip=192.168.0.42::192.168.0.1:255.255.252.0:phoenix-initrd:eno2:off:192.168.0.1"