From d4a4b803cbf4212133244d2e3609cfaf540749c6 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 25 Nov 2024 11:52:18 -0500 Subject: [PATCH] Shura: bind mount Gremlin's notes folder so it's covered by Syncthing --- hosts/Shura/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/Shura/default.nix b/hosts/Shura/default.nix index e137152..70c6970 100644 --- a/hosts/Shura/default.nix +++ b/hosts/Shura/default.nix @@ -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}"