firefox-syncserver: fix secret and capacity

This commit is contained in:
2026-03-21 12:23:29 -04:00
parent a5f3af5ff3
commit f94c04a9c4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -19,7 +19,7 @@
enable = true;
hostname = service_configs.firefox_syncserver.domain;
url = "https://${service_configs.firefox_syncserver.domain}";
capacity = 10;
capacity = 1;
};
};