1
0
Fork 0

Shura: fix Gremlin notes mount

This commit is contained in:
Aires 2024-11-25 14:01:47 -05:00
parent f95b787f7c
commit fce3ca936e

View file

@ -113,8 +113,8 @@ in
};
# Mount Gremlin's Notes folder
fileSystems."/home/gremlin/Documents/Notes/Gremlin" = {
device = "/home/aires/Documents/Notes";
fileSystems."/home/gremlin/Documents/Notes" = {
device = "/home/aires/Documents/Notes/Gremlin";
options = [ "bind" ];
};