fix(home-server): add missing kernel module for initrd networking
This commit is contained in:
parent
9693e762df
commit
441ce548f2
|
@ -120,6 +120,7 @@ in with builtins; {
|
||||||
};
|
};
|
||||||
|
|
||||||
# ssh root@hostname "echo "$(read -s pass; echo \'"$pass"\')" > /crypt-ramfs/passphrase"
|
# ssh root@hostname "echo "$(read -s pass; echo \'"$pass"\')" > /crypt-ramfs/passphrase"
|
||||||
|
boot.initrd.availableKernelModules = [ "igb" ];
|
||||||
boot.initrd.network = {
|
boot.initrd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ssh = {
|
ssh = {
|
||||||
|
|
Loading…
Reference in a new issue