From 6e314608135a43dc66819be8d51a65b5c872d16b Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 12 Apr 2024 17:31:50 -0400 Subject: [PATCH] added music projects syncthin dirs --- systems/jeeves/configuration.nix | 15 +++++++++++++++ .../systems/rhapsody-in-green/configuration.nix | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index df158f4..413566c 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -120,6 +120,21 @@ ]; fsWatcherEnabled = true; }; + "music" = { + id = "vprc5-3azqc"; + path = "/ZFS/Storage/Syncthing/music"; + devices = [ + "Phone" + "rhapsody-in-green" + ]; + fsWatcherEnabled = true; + }; + "projects" = { + id = "vyma6-lqqrz"; + path = "/ZFS/Storage/Syncthing/projects"; + devices = [ "rhapsody-in-green" ]; + fsWatcherEnabled = true; + }; }; }; }; diff --git a/users/richie/systems/rhapsody-in-green/configuration.nix b/users/richie/systems/rhapsody-in-green/configuration.nix index 65fd961..ef80196 100644 --- a/users/richie/systems/rhapsody-in-green/configuration.nix +++ b/users/richie/systems/rhapsody-in-green/configuration.nix @@ -89,6 +89,21 @@ ]; fsWatcherEnabled = true; }; + "music" = { + id = "vprc5-3azqc"; + path = "/home/richie/music"; + devices = [ + "Phone" + "jeeves" + ]; + "projects" = { + id = "vyma6-lqqrz"; + path = "/ZFS/Storage/Syncthing/projects"; + devices = [ "jeeves" ]; + fsWatcherEnabled = true; + }; + fsWatcherEnabled = true; + }; }; }; };