From 069470a77c38871dc390af060be98ef7f293220c Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 13 Jul 2024 19:58:44 -0400 Subject: [PATCH] add zettelkasten to syncthing --- os/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os/configuration.nix b/os/configuration.nix index 0bb704f..42b50c4 100644 --- a/os/configuration.nix +++ b/os/configuration.nix @@ -309,6 +309,10 @@ in { path = "/home/deva/sync"; devices = ["truenas"]; }; + "zettelkasten" = { + path = "/home/deva/zet"; + devices = ["truenas"]; + }; }; }; };