Fix initrd sshd check
This commit is contained in:
parent
b8a7d1bf0d
commit
6e7dd508d0
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue