nixos/module-overrides: init, override luksroot
This commit is contained in:
parent
b8d79d3515
commit
5f531791f7
2 changed files with 31 additions and 0 deletions
|
@ -24,6 +24,10 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./module-overrides.nix
|
||||
];
|
||||
|
||||
# kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue