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";