nixos/module-overrides: init, override luksroot

This commit is contained in:
Wroclaw 2024-11-30 20:34:58 +01:00
parent b8d79d3515
commit 5f531791f7
2 changed files with 31 additions and 0 deletions

View file

@ -24,6 +24,10 @@ let
};
in
{
imports = [
./module-overrides.nix
];
# kernel
boot.kernelPackages = pkgs.linuxPackages_latest;