Commit 4ff5300a6685

Vincent Demeester <vincent@sbr.pm>
2026-02-03 11:39:05
Remove readwise-sync from aomi (only needed on kyushu)
1 parent 88a2107
Changed files (1)
systems
systems/aomi/home.nix
@@ -9,7 +9,6 @@
     ../../home/common/dev/containers.nix
     ../../home/common/dev/tektoncd.nix
     ../../home/common/desktop/passage.nix
-    ../../home/common/services/readwise-sync.nix
     ../../home/common/shell/gh.nix
   ];
   systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
@@ -31,12 +30,6 @@
     lazygit
   ];
 
-  # Readwise sync to org-mode
-  services.readwise-sync = {
-    enable = true;
-    interval = "daily";
-  };
-
   # Passage update service and timer
   systemd.user.services.passage-update = {
     Unit = {