Shura: bind mount Gremlin's notes folder so it's covered by Syncthing
This commit is contained in:
parent
8078ca5ecf
commit
d4a4b803cb
|
@ -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 = [
|
||||
# Use gremlin user's monitor config for GDM (defined above)
|
||||
"L+ /run/gdm/.config/monitors.xml - - - - ${monitorsConfig}"
|
||||
|
|
Loading…
Reference in a new issue