Commit fb527074e4f8

Vincent Demeester <vincent@sbr.pm>
2026-06-10 13:34:30
fix(aomi): disable unused syncthing folders on Fedora CSB
Removed documents, sync, paperless-media and paperless-inbox from aomi's syncthing config.
1 parent c9f321b
Changed files (1)
globals.nix
@@ -290,24 +290,11 @@ _: {
         id = "S6UM56N-TI2Z73H-IKO6F5Y-652ENJL-5BICIVD-JGFXED3-7JEJLZ2-XEIEXAL";
         folders = {
           org = { };
-          documents = { };
-          sync = { };
           screenshots = { };
           wallpapers = { };
           claude-sync = { };
           ai-sync = { };
           usage-metrics = { };
-          paperless-media = {
-            type = "receiveonly";
-            path = "/home/vincent/desktop/paperless-media";
-          };
-          paperless-inbox = {
-            path = "/home/vincent/desktop/paperless-inbox";
-          };
-          # photos = {
-          #   type = "receiveonly";
-          #   paused = true; # TODO: implement this, start as paused
-          # };
         };
       };
     };