We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3e914 commit 2bbe28aCopy full SHA for 2bbe28a
1 file changed
nixos.nix
@@ -70,6 +70,7 @@ let
70
name = concatPaths [ "/" dirPath ];
71
value = {
72
device = concatPaths [ persistentStoragePath dirPath ];
73
+ fsType = "auto";
74
noCheck = true;
75
options = [ "bind" "X-fstrim.notrim" ]
76
++ optional hideMount "x-gvfs-hide";
0 commit comments