diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index fa6e677..6dfd839 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, ... }: { networking = { @@ -93,7 +93,7 @@ }; }; folders = { - "Notes" = { + "notes" = { id = "l62ul-lpweo"; path = "/ZFS/Media/Notes"; devices = [ @@ -102,6 +102,24 @@ ]; fsWatcherEnabled = true; }; + "books" = { + id = "6uppx-vadmy"; + path = "/ZFS/Storage/Syncthing/books"; + devices = [ + "Phone" + "jeeves" + ]; + fsWatcherEnabled = true; + }; + "important" = { + id = "4ckma-gtshs"; + path = "/ZFS/Storage/Syncthing/important"; + devices = [ + "Phone" + "jeeves" + ]; + fsWatcherEnabled = true; + }; }; }; }; diff --git a/users/richie/systems/rhapsody-in-green/configuration.nix b/users/richie/systems/rhapsody-in-green/configuration.nix index ea9a5fa..65fd961 100644 --- a/users/richie/systems/rhapsody-in-green/configuration.nix +++ b/users/richie/systems/rhapsody-in-green/configuration.nix @@ -57,14 +57,35 @@ "Phone" = { id = "LTGPLAE-M4ZDJTM-TZ3DJGY-SLLAVWF-CQDVEVS-RGCS75T-GAPZYK3-KUM6LA5"; }; + "jeeves" = { + id = "7YQ4UEW-OPQEBH4-6YKJH4B-ZCE3SAX-5EIK5JL-WJDIWUA-WA2N3D5-MNK6GAV"; + }; }; folders = { - "Notes" = { + "notes" = { id = "l62ul-lpweo"; - path = "/home/richie/Notes"; + path = "/home/richie/notes"; devices = [ "Phone" - "rhapsody-in-green" + "jeeves" + ]; + fsWatcherEnabled = true; + }; + "books" = { + id = "6uppx-vadmy"; + path = "/home/richie/books"; + devices = [ + "Phone" + "jeeves" + ]; + fsWatcherEnabled = true; + }; + "important" = { + id = "4ckma-gtshs"; + path = "/home/richie/important"; + devices = [ + "Phone" + "jeeves" ]; fsWatcherEnabled = true; };