forked from nico/dots
nix: enable systemd in initrd
needed for drive decryption via TPM
This commit is contained in:
parent
5847a3a7a3
commit
584e17361c
1 changed files with 3 additions and 0 deletions
|
|
@ -11,4 +11,7 @@
|
|||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
|
||||
# needed for tpm unlock
|
||||
boot.initrd.systemd.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue