From fcb5ce0b3b8f5f11bb50e6d43a22d194b413e169 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 22 Jul 2024 19:54:40 +0700 Subject: [PATCH] syncthing: added memes sync --- system/services/syncthing.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index 1b9c606..f411cd8 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -107,6 +107,14 @@ in "work-laptop" ]; }; + "/nas/Syncthing/Sync/Memes" = { + label = "Memes"; + id = "Memes"; + devices = [ + "s20fe" + "work-laptop" + ]; + }; "/nas/EmuDeck" = { label = "EmuDeck"; id = "EmuDeck";