Skip to content

Commit 2bbe28a

Browse files
committed
Fix hm-v1 to define an auto fstype
1 parent 4b3e914 commit 2bbe28a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nixos.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ let
7070
name = concatPaths [ "/" dirPath ];
7171
value = {
7272
device = concatPaths [ persistentStoragePath dirPath ];
73+
fsType = "auto";
7374
noCheck = true;
7475
options = [ "bind" "X-fstrim.notrim" ]
7576
++ optional hideMount "x-gvfs-hide";

0 commit comments

Comments
 (0)