about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-12-20 14:54:56 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-12-20 14:54:56 +0000
commit2dd13d4ba0fb22bf5b6e86ddcb916075e070a455 (patch)
tree7f18d00b2da028be0425d17d49940097cd42efb5 /nixos
parent855777ad22e056557d8e8a8c71aebb156f21a711 (diff)
downloadnixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.tar
nixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.tar.gz
nixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.tar.bz2
nixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.tar.lz
nixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.tar.xz
nixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.tar.zst
nixlib-2dd13d4ba0fb22bf5b6e86ddcb916075e070a455.zip
nixos/glusterfs: remove unused PYTHONPATH
this directory does not exists
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/network-filesystems/glusterfs.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/glusterfs.nix b/nixos/modules/services/network-filesystems/glusterfs.nix
index eb7f060c7da0..00875c6c4a18 100644
--- a/nixos/modules/services/network-filesystems/glusterfs.nix
+++ b/nixos/modules/services/network-filesystems/glusterfs.nix
@@ -201,7 +201,6 @@ in
 
       serviceConfig = {
         Type="simple";
-        Environment="PYTHONPATH=${glusterfs}/usr/lib/python2.7/site-packages";
         PIDFile="/run/glustereventsd.pid";
         ExecStart="${glusterfs}/sbin/glustereventsd --pid-file /run/glustereventsd.pid";
         ExecReload="/bin/kill -SIGUSR2 $MAINPID";