use systemd for boot

This commit is contained in:
Christoph Cullmann 2024-03-27 08:19:22 +01:00
parent c0540e8539
commit 3e84f8680d

View file

@ -38,6 +38,9 @@ in
# we want to be able to do a memtest
boot.loader.systemd-boot.memtest86.enable = true;
# use systemd early
boot.initrd.systemd.enable = true;
# setup the console stuff early
console.earlySetup = true;