mirror of
https://github.com/nix-community/impermanence
synced 2024-11-10 05:44:17 +00:00
forgot te replace persistentStoragePath
occurrence
This commit is contained in:
parent
dc6d092da5
commit
554d7e6fd1
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ in
|
|||
|
||||
mkBindMountsForPath = persistentStorageName:
|
||||
concatMapStrings
|
||||
(mkBindMount persistentStoragePath)
|
||||
(mkBindMount persistentStorageName)
|
||||
(map getDirPath (filter isBindfs cfg.${persistentStorageName}.directories));
|
||||
|
||||
mkUnmount = persistentStorageName: dir:
|
||||
|
|
Loading…
Reference in a new issue