summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-27 08:19:22 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-27 08:19:22 +0100
commit3e84f8680d2eb97bee8c10a8e961ec9e75d0a77c (patch)
tree234d85df51b7dce79bdde27a6344278c8386ae01 /common.nix
parentc0540e8539d07ba248828ebd812b759b192825ef (diff)
use systemd for boot
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
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;