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
-1
View File
@@ -96,7 +96,6 @@ in
} // proxy_env;
path = [ pkgs.kmod ] ++ (optional (cfg.storageDriver == "zfs") pkgs.zfs);
environment.MODULE_DIR = "/run/current-system/kernel-modules/lib/modules";
postStart = if cfg.socketActivation then "" else cfg.postStart;