summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2023-10-03 21:37:38 -0400
committerWill Fancher <elvishjerricco@gmail.com>2023-10-04 04:21:35 -0400
commit710b96b191b1585ed655b074879d30313a532c6d (patch)
treedf6545359fc2ac435d0721e23beecdbd0b1bad83 /nixos/modules/profiles
parent4d29250d5b55fe14280906afad7afacd910850b8 (diff)
systemd-stage-1: Default to full systemd build.
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/installation-device.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index 19e7eb32e833..52750cd472da 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -102,8 +102,6 @@ with lib;
jq # for closureInfo
# For boot.initrd.systemd
makeInitrdNGTool
- systemdStage1
- systemdStage1Network
];
boot.swraid.enable = true;