server7: enable networking in initrd

This commit is contained in:
Sandro - 2023-05-25 23:58:30 +02:00
parent 87ddb8bbf2
commit 2bbf5dae62
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
};
boot = {
initrd = {
availableKernelModules = [ "igb" ];
network.ssh.enable = true;
};
loader.systemd-boot.enable = true;
kernelParams = [
"preempt=none"