summary refs log tree commit diff
path: root/nixos/modules/hardware/video/bumblebee.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-14 13:01:14 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-16 00:19:25 +0300
commit1f639587729daf6c34535addbc35fd6e5c816ffc (patch)
tree2c9f6d40471e26eea0161294fe846bb32fe6a8ea /nixos/modules/hardware/video/bumblebee.nix
parentb2ebecd9e50471ec967ab9cdb2aba793d75cb747 (diff)
downloadnixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.tar
nixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.tar.gz
nixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.tar.bz2
nixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.tar.lz
nixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.tar.xz
nixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.tar.zst
nixpkgs-1f639587729daf6c34535addbc35fd6e5c816ffc.zip
nixos treewide: don't set MODULE_DIR
Diffstat (limited to 'nixos/modules/hardware/video/bumblebee.nix')
-rw-r--r--nixos/modules/hardware/video/bumblebee.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/bumblebee.nix b/nixos/modules/hardware/video/bumblebee.nix
index b10846ac18a..69db518ab21 100644
--- a/nixos/modules/hardware/video/bumblebee.nix
+++ b/nixos/modules/hardware/video/bumblebee.nix
@@ -75,7 +75,6 @@ in
       serviceConfig = {
         ExecStart = "${bumblebee}/bin/bumblebeed --use-syslog -g ${cfg.group} --driver ${cfg.driver}";
       };
-      environment.MODULE_DIR="/run/current-system/kernel-modules/lib/modules/";
     };
   };
 }