From 74f12652e7ff93792694f9ba52f236d893a43f00 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 7 May 2023 12:11:08 +0100 Subject: [PATCH] Update some syncthing folder definitions --- Vanguard.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Vanguard.nix b/Vanguard.nix index bd514a45..7c835fd0 100644 --- a/Vanguard.nix +++ b/Vanguard.nix @@ -52,11 +52,16 @@ "northstar" = { id = "DMQZNMB-BM3SSE4-5XV2GHE-IDRNFTS-QNZSICS-6JWHUCV-O3NHMWY-2OBC2QD"; }; }; folders = { + "archive" = { + id = "hwnqy-xzcdx"; + devices = [ "ion" "monarch northstar" ]; + ignorePerms = true; + }; "Camera" = { path = "/mnt/secondary/syncthing/camera"; label = "Camera"; id = "fp4_4j7w-photos"; - devices = [ "ion" "monarch" ]; + devices = [ "ion" ]; type = "receiveonly"; ignorePerms = true; }; @@ -64,21 +69,21 @@ path = "/mnt/secondary/syncthing/pictures"; label = "Pictures"; id = "ziuj8-rm6dn"; - devices = [ "ion" "monarch" ]; + devices = [ "ion" "monarch" "northstar" ]; ignorePerms = true; }; "Movies" = { path = "/mnt/secondary/syncthing/movies"; label = "Movies"; id = "3f75o-4x6sq"; - devices = [ "ion" "monarch" ]; + devices = [ "ion" "monarch" "northstar" ]; ignorePerms = true; }; "Documents" = { path = "/mnt/secondary/syncthing/documents"; label = "Documents"; id = "qc6qa-bipsd"; - devices = [ "ion" "monarch" ]; + devices = [ "monarch" "northstar" ]; ignorePerms = true; }; };