nixos: Mount binds after the persistent storage path

This commit is contained in:
Ilan Joselevich 2023-02-02 19:28:09 +02:00
parent 5df9108b34
commit ba22f42f53
No known key found for this signature in database

View file

@ -28,6 +28,7 @@ let
noCheck = true;
options = [ "bind" ]
++ optional cfg.${persistentStoragePath}.hideMounts "x-gvfs-hide";
depends = [ persistentStoragePath ];
};
};