fixed mistake

This commit is contained in:
2024-09-15 11:57:36 -04:00
parent b7400f44e5
commit a5f09c1df7

View File

@@ -1,6 +1,7 @@
{ config, ... }:
{
boot.initrd.network = {
boot.initrd = {
network = {
enable = true;
ssh = {
enable = true;
@@ -10,4 +11,5 @@
};
};
availableKernelModules = [ "igb" ];
};
}