Update ACME/nginx org-agenda-api host config and stage taffybar repos

This commit is contained in:
2026-02-23 01:02:14 -08:00
committed by Kat Huang
parent fe3862d4ec
commit 43c86bc011
10 changed files with 12 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
services.org-agenda-api-host = {
enable = true;
domain = "org-agenda-api.colonelpanic8.duckdns.org";
domain = "colonelpanic8.duckdns.org";
containerImage = orgAgendaApiImageName;
containerImageFile = orgAgendaApiContainer;
secretsFile = config.age.secrets.org-api-auth-password.path;

View File

@@ -95,6 +95,9 @@ in
# Nginx reverse proxy with TLS
services.nginx = {
enable = true;
# Long FQDNs (e.g. org-agenda-api.org-agenda-api.colonelpanic8.duckdns.org)
# can exceed nginx's default hash bucket sizing.
serverNamesHashBucketSize = 128;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;