Fix org-agenda-api host

This commit is contained in:
2026-02-22 23:54:56 -08:00
committed by Kat Huang
parent c0c1e73b02
commit fe3862d4ec

View File

@@ -22,8 +22,7 @@
services.org-agenda-api-host = {
enable = true;
domain = "rbsf.tplinkdns.com";
extraDomains = [ "org-agenda-api.rbsf.railbird.ai" ];
domain = "org-agenda-api.colonelpanic8.duckdns.org";
containerImage = orgAgendaApiImageName;
containerImageFile = orgAgendaApiContainer;
secretsFile = config.age.secrets.org-api-auth-password.path;