mirror of
https://github.com/nix-community/impermanence
synced 2024-11-10 05:44:17 +00:00
nixos: Mount binds after the persistent storage path
This commit is contained in:
parent
5df9108b34
commit
ba22f42f53
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ let
|
|||
noCheck = true;
|
||||
options = [ "bind" ]
|
||||
++ optional cfg.${persistentStoragePath}.hideMounts "x-gvfs-hide";
|
||||
depends = [ persistentStoragePath ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue