nix: enable systemd in initrd

needed for drive decryption via TPM
This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 5847a3a7a3
commit 584e17361c

View file

@ -11,4 +11,7 @@
enable = true;
pkiBundle = "/var/lib/sbctl";
};
# needed for tpm unlock
boot.initrd.systemd.enable = true;
}