From 97e77bdbcbc3699b6f549c0ea992474a2d14d4d0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 27 Jul 2024 06:59:55 +0100 Subject: [PATCH] Add Models directory to syncthing --- system/services/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index f84fa303..363f497c 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -34,6 +34,12 @@ in { path = "~/Videos"; ignorePerms = true; }; + "Models" = { + inherit devices; + id = "hcvfl-qspqe"; + path = "~/Models"; + ignorePerms = true; + }; "Documents" = { inherit devices; id = "4bxk7-zkrt2";