summary refs log tree commit diff
path: root/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-08-06 16:52:08 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-08-06 16:52:08 -0400
commit52b6e1031594012c0d69f8304cc9d828ec78be22 (patch)
tree3b411f1e601740631afc330f76f38cfc28eee4dd /modules/system/boot/systemd.nix
parent23947c26a8f902b946ba3cd3c3d176512e75df9c (diff)
downloadnixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.tar
nixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.tar.gz
nixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.tar.bz2
nixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.tar.lz
nixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.tar.xz
nixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.tar.zst
nixpkgs-52b6e1031594012c0d69f8304cc9d828ec78be22.zip
Use systemd-modules-load.service to load required kernel modules
Diffstat (limited to 'modules/system/boot/systemd.nix')
-rw-r--r--modules/system/boot/systemd.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/boot/systemd.nix b/modules/system/boot/systemd.nix
index 10c98116710..2a586090dd1 100644
--- a/modules/system/boot/systemd.nix
+++ b/modules/system/boot/systemd.nix
@@ -67,6 +67,9 @@ let
       "systemd-update-utmp-runlevel.service"
       "systemd-update-utmp-shutdown.service"
 
+      # Kernel module loading.
+      "systemd-modules-load.service" 
+
       # Filesystems.
       "systemd-fsck@.service"
       "systemd-fsck-root.service"