Commit 2621d85f4343

Vincent Demeester <vincent@sbr.pm>
2025-11-21 09:33:20
globals: add photos and music to rhea syncthing folder
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 971247f
Changed files (1)
globals.nix
@@ -393,12 +393,12 @@ _: {
           sync = { };
           screenshots = { };
           wallpapers = { };
-          # photos = {
-          #   paused = true; # TODO: implement this, start as paused
-          # };
-          # music = {
-          #   paused = true; # TODO: implement this, start as paused
-          # };
+          photos = {
+            #   paused = true; # TODO: implement this, start as paused
+          };
+          music = {
+            #   paused = true; # TODO: implement this, start as paused
+          };
         };
       };
     };