Commit f632e4ee6eaf

Vincent Demeester <vincent@sbr.pm>
2025-12-03 13:04:35
chore: Remove photos folder from syncthing configuration
- Eliminate redundant photo syncing now that Immich is deployed - Remove global photos folder definition and rhea-specific config - Simplify syncthing infrastructure maintenance Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ddb187c
Changed files (1)
globals.nix
@@ -31,10 +31,6 @@ _: {
       id = "wpiah-ydwwx";
       path = "/home/vincent/desktop/pictures/wallpapers";
     };
-    photos = {
-      id = "uetya-ypa3d";
-      path = "/home/vincent/desktop/pictures/photos";
-    };
     music = {
       id = "kcyrf-mugzt";
       path = "/home/vincent/desktop/music";
@@ -393,10 +389,6 @@ _: {
           sync = { };
           screenshots = { };
           wallpapers = { };
-          photos = {
-            path = "/neo/pictures/photos";
-            #   paused = true; # TODO: implement this, start as paused
-          };
           music = {
             path = "/neo/music";
             #   paused = true; # TODO: implement this, start as paused