mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Security/Encryption] add cryptd to initrd
This commit is contained in:
parent
3e472dff54
commit
427c2dd8ef
1 changed files with 2 additions and 0 deletions
|
|
@ -16,5 +16,7 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cfg.cryptsetup.package
|
cfg.cryptsetup.package
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.initrd.availableKernelModules = [ "cryptd" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue