[Security/Encryption] add cryptd to initrd

This commit is contained in:
Antoine Viallon 2023-08-10 16:41:02 +02:00
parent 3e472dff54
commit 427c2dd8ef
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -16,5 +16,7 @@ in {
environment.systemPackages = with pkgs; [
cfg.cryptsetup.package
];
boot.initrd.availableKernelModules = [ "cryptd" ];
};
}