mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] use systemd stage-1 init by default
This commit is contained in:
parent
de157af8a9
commit
821288263b
1 changed files with 3 additions and 0 deletions
3
boot.nix
3
boot.nix
|
|
@ -244,6 +244,9 @@ in {
|
|||
initrd.kernelModules = [ ];
|
||||
initrd.availableKernelModules = [ "ehci_pci" ];
|
||||
|
||||
# Required for many features, like rootluks TPM-unlock, etc.
|
||||
initrd.systemd.enable = true;
|
||||
|
||||
kernelPackages = with myLib.debug; let
|
||||
baseKernel = cfg.kernel.package;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue