forgot te replace persistentStoragePath occurrence

This commit is contained in:
eyjhb 2023-08-17 10:31:42 +02:00
parent dc6d092da5
commit 554d7e6fd1
No known key found for this signature in database
GPG key ID: 7A27BE40E090A3E4

View file

@ -357,7 +357,7 @@ in
mkBindMountsForPath = persistentStorageName:
concatMapStrings
(mkBindMount persistentStoragePath)
(mkBindMount persistentStorageName)
(map getDirPath (filter isBindfs cfg.${persistentStorageName}.directories));
mkUnmount = persistentStorageName: dir: