feat(bootloader): add dm_crypt kernel module and plymouth
This commit is contained in:
parent
289d8fd798
commit
788b05f3b7
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hw-nemesis.nix
|
./hw-nemesis.nix
|
||||||
./modules/common.nix
|
./modules/common.nix
|
||||||
|
@ -11,4 +11,9 @@
|
||||||
networking.hostName = "nemesis";
|
networking.hostName = "nemesis";
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
boot.binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows" "aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows" "aarch64-linux"];
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
boot.kernelModules = ["dm_crypt"];
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue