summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-31 14:57:49 +0100
committerGitHub <noreply@github.com>2023-01-31 14:57:49 +0100
commit5f83b5d19967dbe960e6865b0b8ef09a47e5badf (patch)
treed7e76d0df336cf8731eae819692e206b911d39f9 /nixos/modules
parentea4c029b80eec01bbe56ac6944c2aadc25bb1913 (diff)
parentad9521e07e188572fb64f4941b8eb770c7a7e20c (diff)
Merge pull request #208801 from LeSuisse/multipath-tools-0.9.4
multipath-tools: 0.9.3 -> 0.9.4
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/multipath.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/multipath.nix b/nixos/modules/services/networking/multipath.nix
index 54ee2a015687..b20ec76ddf59 100644
--- a/nixos/modules/services/networking/multipath.nix
+++ b/nixos/modules/services/networking/multipath.nix
@@ -516,7 +516,6 @@ in {
${optionalString (!isNull defaults) ''
defaults {
${indentLines 2 defaults}
- multipath_dir ${cfg.package}/lib/multipath
}
''}
${optionalString (!isNull blacklist) ''