summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-11 07:46:22 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-11 07:46:22 +0100
commitc79bf35232e3b09eae73fb6d7a557a28e97910ee (patch)
treed91ef6405eb6b2ad10afaa534c62160884a6d048 /common.nix
parent8c8cd2ee042871615f72f5b9a59e6ffabe4edfb9 (diff)
use traditional startup
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index 561dd8c..9d97ed1 100644
--- a/common.nix
+++ b/common.nix
@@ -39,9 +39,6 @@ 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;