diff --git a/home-server.nix b/home-server.nix index 8187c78..360b103 100644 --- a/home-server.nix +++ b/home-server.nix @@ -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 = {