summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2017-10-01 19:38:45 +0200
committerPascal Bach <pascal.bach@nextrem.ch>2017-10-01 19:39:22 +0200
commit2239dc6234efda7a8ae7dd746bf9472349a837d2 (patch)
treecd4195736eb9b6abcea1a27ac93a8f7ed0a39004 /nixos/modules/services/network-filesystems
parent45ffca6ff84ca5e00842900802af577dcfb3e84f (diff)
downloadnixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.tar
nixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.tar.gz
nixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.tar.bz2
nixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.tar.lz
nixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.tar.xz
nixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.tar.zst
nixlib-2239dc6234efda7a8ae7dd746bf9472349a837d2.zip
glusterfs service: fix issues with useRpcbind
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/glusterfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/glusterfs.nix b/nixos/modules/services/network-filesystems/glusterfs.nix
index 15777d45f785..8ac9f801dcb8 100644
--- a/nixos/modules/services/network-filesystems/glusterfs.nix
+++ b/nixos/modules/services/network-filesystems/glusterfs.nix
@@ -156,7 +156,7 @@ in
       wantedBy = [ "multi-user.target" ];
 
       requires = lib.optional cfg.useRpcbind "rpcbind.service";
-      after = [ "network.target" "local-fs.target" ] ++ lib.optional cfg.useRpcbind [ "rpcbind.service" ];
+      after = [ "network.target" "local-fs.target" ] ++ lib.optional cfg.useRpcbind "rpcbind.service";
 
       preStart = ''
         install -m 0755 -d /var/log/glusterfs