summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
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;