mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed mistake
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
boot.initrd.network = {
|
||||
boot.initrd = {
|
||||
network = {
|
||||
enable = true;
|
||||
ssh = {
|
||||
enable = true;
|
||||
@@ -10,4 +11,5 @@
|
||||
};
|
||||
};
|
||||
availableKernelModules = [ "igb" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user