fix: properly fix failing systemd-vconsole-setup during systemd initrd

Enable `console.earlySetup` as it's required for systemd-vconsole-setup.
This commit is contained in:
Felix Schröter 2025-05-20 23:03:42 +02:00
parent bd3550ef0e
commit 93bd508dcc
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -13,9 +13,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
# prevents `systemd-vconsole-setup` failing during systemd initrd
systemd.services.systemd-vconsole-setup.unitConfig.After = "local-fs.target";
console.earlySetup = true;
services.smartd.enable = true;
services.smartd.notifications.x11.enable = true;