From 0b52c402406fa0a2f3e9886ba723398bf2b74a72 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 4 Mar 2021 15:05:16 -0500 Subject: [PATCH] nixos/systemd: bring in modprobe@.service It is broken: it looks for /sbin/modprobe, but it works anyway?? --- nixos/modules/system/boot/systemd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 6b672c7b2eb..e3cd8f58c06 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -84,6 +84,7 @@ let # Kernel module loading. "systemd-modules-load.service" "kmod-static-nodes.service" + "modprobe@.service" # Filesystems. "systemd-fsck@.service"