nixos treewide: don't set MODULE_DIR

This commit is contained in:
Nikolay Amiantov
2016-08-14 13:01:14 +03:00
parent b2ebecd9e5
commit 1f63958772
8 changed files with 1 additions and 17 deletions

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;