feat(hardware): enable systemd initrd

This commit is contained in:
Felix Schröter 2025-05-20 20:11:34 +02:00
parent 080d9bb1d2
commit 65800f4d17
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -12,6 +12,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
services.smartd.enable = true;
services.smartd.notifications.x11.enable = true;
}