From 2d41ef0a042c4d0fee87883648249052129e584e Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Fri, 5 Jul 2024 21:26:55 +0700 Subject: [PATCH] syncthing: moved onyx notes to /nas/Syncthing/Sync/Onyx-Notes --- system/services/syncthing.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index f0740b5..d76e2d5 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -88,8 +88,7 @@ in id = "sm-g780f_yjwa-photos"; devices = [ "s20fe" ]; }; - # TODO: Move this folder path to NAS based later. - "~/Onyx-Notes" = { + "/nas/Syncthing/Sync/Onyx-Notes" = { label = "Onyx Notes"; id = "Onyx-Notes"; devices = [ "onyx" ];