fix(home-server): add missing kernel module for initrd networking

This commit is contained in:
Felix Schröter 2022-08-06 16:03:12 +02:00
parent 9693e762df
commit 441ce548f2
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -120,6 +120,7 @@ in with builtins; {
};
# ssh root@hostname "echo "$(read -s pass; echo \'"$pass"\')" > /crypt-ramfs/passphrase"
boot.initrd.availableKernelModules = [ "igb" ];
boot.initrd.network = {
enable = true;
ssh = {