From 3e84f8680d2eb97bee8c10a8e961ec9e75d0a77c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 27 Mar 2024 08:19:22 +0100 Subject: use systemd for boot --- common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 20a7d77..36f7483 100644 --- a/common.nix +++ b/common.nix @@ -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; -- cgit v1.2.3