From f0d7076c6a935cfcc8792a6019cd566e3411ce79 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Sat, 21 Sep 2024 16:37:47 -0400 Subject: [PATCH] nixos/systemd-stage-1: Include modprobe@.service --- nixos/modules/system/boot/systemd/initrd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/systemd/initrd.nix b/nixos/modules/system/boot/systemd/initrd.nix index 2ccc964820fe..88338a3638a2 100644 --- a/nixos/modules/system/boot/systemd/initrd.nix +++ b/nixos/modules/system/boot/systemd/initrd.nix @@ -38,6 +38,7 @@ let "kmod-static-nodes.service" "local-fs-pre.target" "local-fs.target" + "modprobe@.service" "multi-user.target" "paths.target" "poweroff.target"