Change the Windows1 UUID and reenable remote thumbnails

This commit is contained in:
Jimbo 2024-11-20 10:29:44 -05:00
parent 217a464240
commit 0717e2c401
2 changed files with 3 additions and 1 deletions

View file

@ -35,7 +35,7 @@
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
}; };
"/mnt/Windows1" = { "/mnt/Windows1" = {
device = "/dev/disk/by-uuid/10BC97B2BC979138"; device = "/dev/disk/by-uuid/48F5C6E06416229C";
options = [ "nosuid" "nodev" "noauto" ]; options = [ "nosuid" "nodev" "noauto" ];
}; };
"/mnt/Windows2" = { "/mnt/Windows2" = {

View file

@ -13,6 +13,7 @@
RecentFilesNumber=0 RecentFilesNumber=0
[Desktop] [Desktop]
HideItems=false
SortColumn=name SortColumn=name
SortFolderFirst=true SortFolderFirst=true
SortHiddenLast=false SortHiddenLast=false
@ -50,6 +51,7 @@
ShowMenuBar=true ShowMenuBar=true
ShowTabClose=true ShowTabClose=true
SwitchToNewTab=true SwitchToNewTab=true
TabPaths=@Invalid()
''; '';
}; };
}; };