From 352876716efaa36907ebd24f0d17f5812e78c8ab Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 16 Jun 2023 11:13:19 +0100 Subject: [PATCH] Add J0162 to notes and zotero syncthing dirs --- services/syncthing/H0615.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/syncthing/H0615.nix b/services/syncthing/H0615.nix index 3e1b7b2a..7e1ae0ff 100644 --- a/services/syncthing/H0615.nix +++ b/services/syncthing/H0615.nix @@ -2,6 +2,7 @@ imports = [ ./default.nix ./devices/Ion.nix + ./devices/J0162.nix ./devices/Legion.nix ./devices/Monarch.nix ./devices/Northstar.nix @@ -16,11 +17,11 @@ extraOptions.options.globalAnnounceEnabled = true; folders."Notes" = { path = "~/notes"; - devices = ["ion" "legion" "monarch" "northstar" "vanguard"]; + devices = ["ion" "J0162" "legion" "monarch" "northstar" "vanguard"]; }; folders."Zotero" = { path = "~/Documents/Zotero"; - devices = ["legion"]; + devices = ["ion" "J0162" "legion"]; }; }; }