specify path directly
This commit is contained in:
parent
96f256d430
commit
0c7d3d5d9c
|
@ -52,7 +52,7 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
externalPrefix = {
|
"/media/external" = {
|
||||||
device = "/dev/mapper/externaldrive";
|
device = "/dev/mapper/externaldrive";
|
||||||
options = [ "x-gvfs-show" ];
|
options = [ "x-gvfs-show" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue