nixos/ente: include documentation in manual

This commit is contained in:
oddlama
2026-04-16 21:02:45 +02:00
parent 3402876555
commit f244290cdf
3 changed files with 20 additions and 2 deletions
+15
View File
@@ -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
View File
@@ -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
View File
@@ -359,5 +359,8 @@ in
})
];
meta.maintainers = with lib.maintainers; [ oddlama ];
meta = {
doc = ./ente.md;
maintainers = with lib.maintainers; [ oddlama ];
};
}