modprobe service: drop kmod wrapper

This commit is contained in:
Nikolay Amiantov
2016-08-16 00:19:25 +03:00
parent 1afd250676
commit b2ebecd9e5
7 changed files with 8 additions and 43 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ let
devices = map (nr: "zram${toString nr}") (range 0 (cfg.numDevices - 1));
modprobe = "${config.system.sbin.modprobe}/sbin/modprobe";
modprobe = "${pkgs.kmod}/bin/modprobe";
in