nixos treewide: don't set MODULE_DIR

This commit is contained in:
Nikolay Amiantov
2016-08-19 17:56:54 +03:00
parent 5ff6e98486
commit 6b41f1132c
8 changed files with 1 additions and 17 deletions
-2
View File
@@ -63,8 +63,6 @@ with lib;
echo ${pkgs.kmod}/bin/modprobe > /proc/sys/kernel/modprobe
'';
environment.sessionVariables.MODULE_DIR = "/run/current-system/kernel-modules/lib/modules";
};
}