specify path directly

This commit is contained in:
alex 2024-08-24 10:05:06 -04:00
parent 96f256d430
commit 0c7d3d5d9c
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
}; };