feat(hardware): enable plymouth

This commit is contained in:
Felix Schröter 2025-06-06 19:33:49 +02:00
parent 85de9d5928
commit ae62bb5cb9
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -14,6 +14,8 @@
boot.initrd.systemd.enable = true;
boot.plymouth.enable = true;
# prevents `systemd-vconsole-setup` failing during systemd initrd
console.earlySetup = true;
systemd.services.systemd-vconsole-setup.unitConfig.After = "local-fs.target";