server6: enable initrd unlocking via ssh

This commit is contained in:
Sandro - 2023-05-20 22:11:56 +02:00
parent f7d1bfe7e9
commit 124e74c48a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, ... }: _:
{ {
imports = [ imports = [
@ -11,6 +11,10 @@
}; };
boot = { boot = {
initrd = {
availableKernelModules = [ "mlx4_core" ];
network.ssh.enable = true;
};
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
kernelParams = [ kernelParams = [
"preempt=none" "preempt=none"