fix: add missing dependencies for systemd-vconsole-setup

This commit is contained in:
Felix Schröter 2025-05-20 21:15:08 +02:00
parent d1a110c12d
commit 49e18d684f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -14,6 +14,9 @@
boot.initrd.systemd.enable = true;
# prevents `systemd-vconsole-setup` failing during systemd initrd
systemd.services.systemd-vconsole-setup.unitConfig.After = "local-fs.target";
services.smartd.enable = true;
services.smartd.notifications.x11.enable = true;
}