1
0
Fork 0

Shura: bind mount Gremlin's notes folder so it's covered by Syncthing

This commit is contained in:
Aires 2024-11-25 11:52:18 -05:00
parent 8078ca5ecf
commit d4a4b803cb

View file

@ -112,7 +112,12 @@ in
}; };
}; };
# Move files into target system # Mount Gremlin's Notes folder
fileSystems."/home/gremlin/Documents/Notes/Gremlin" = {
device = "/home/aires/Documents/Notes";
options = [ "bind" ];
};
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
# Use gremlin user's monitor config for GDM (defined above) # Use gremlin user's monitor config for GDM (defined above)
"L+ /run/gdm/.config/monitors.xml - - - - ${monitorsConfig}" "L+ /run/gdm/.config/monitors.xml - - - - ${monitorsConfig}"