Unverified Commit f244290c authored by oddlama's avatar oddlama
Browse files

nixos/ente: include documentation in manual

parent 34028765
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1544,6 +1544,21 @@
  "module-services-emacs-man-pages": [
    "index.html#module-services-emacs-man-pages"
  ],
  "module-services-ente": [
    "index.html#module-services-ente"
  ],
  "module-services-ente-quickstart": [
    "index.html#module-services-ente-quickstart"
  ],
  "module-services-ente-registering-users": [
    "index.html#module-services-ente-registering-users"
  ],
  "module-services-ente-increasing-storage-limit": [
    "index.html#module-services-ente-increasing-storage-limit"
  ],
  "module-services-ente-ios-background-sync": [
    "index.html#module-services-ente-ios-background-sync"
  ],
  "module-services-livebook": [
    "index.html#module-services-livebook"
  ],
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ available. While adding new plans is possible in theory, it requires some
manual database operations which isn't worthwhile. Instead, use `ente-cli`
with your admin user to modify the storage limit.

## iOS background sync
## iOS background sync {#module-services-ente-ios-background-sync}

On iOS, background sync is achived via a silent notification sent by the server
every 30 minutes that allows the phone to sync for about 30 seconds, enough for
+4 −1
Original line number Diff line number Diff line
@@ -359,5 +359,8 @@ in
    })
  ];

  meta.maintainers = with lib.maintainers; [ oddlama ];
  meta = {
    doc = ./ente.md;
    maintainers = with lib.maintainers; [ oddlama ];
  };
}