summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2021-03-04 15:05:16 -0500
committerGraham Christensen <graham@grahamc.com>2021-03-09 12:38:54 -0500
commit0b52c402406fa0a2f3e9886ba723398bf2b74a72 (patch)
tree318f2df437496ffb273b85fb5433a8af611f3f54 /nixos/modules/system/boot/systemd.nix
parente7d9750b5ce483bfd0a7f300a5530af62e0e624d (diff)
downloadnixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.tar
nixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.tar.gz
nixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.tar.bz2
nixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.tar.lz
nixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.tar.xz
nixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.tar.zst
nixpkgs-0b52c402406fa0a2f3e9886ba723398bf2b74a72.zip
nixos/systemd: bring in modprobe@.service
It is broken: it looks for /sbin/modprobe, but it works anyway??
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 1 insertions, 0 deletions
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"