add: password input to plymouth

This commit is contained in:
Melvin Ragusa
2026-02-04 11:07:33 +01:00
parent 63b634d0de
commit eb2276165a

View File

@@ -8,6 +8,16 @@
}:
{
# ═══════════════════════════════════════════════════════════════
# SYSTEMD IN INITRD (REQUIRED FOR PLYMOUTH + LUKS)
# ═══════════════════════════════════════════════════════════════
# Enable systemd-based initramfs instead of legacy stage-1 init.
# This allows Plymouth to integrate with systemd's password agent,
# displaying the LUKS encryption password prompt within the boot
# animation instead of falling back to text mode.
boot.initrd.systemd.enable = true;
# ═══════════════════════════════════════════════════════════════
# PLYMOUTH BOOT SPLASH
# ═══════════════════════════════════════════════════════════════