From 80b1dc198abafeb82a8947bfd154e1182dce07b1 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 19 Dec 2024 23:20:05 -0600 Subject: [PATCH] feat: caddy test --- nixos/modules/services/mastodon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mastodon/default.nix b/nixos/modules/services/mastodon/default.nix index 6693a27..8adc487 100755 --- a/nixos/modules/services/mastodon/default.nix +++ b/nixos/modules/services/mastodon/default.nix @@ -38,7 +38,7 @@ in { services = { mastodon = { enable = true; - localDomain = host; + localDomain = web.domains.url3; secretKeyBaseFile = "/var/lib/mastodon/secrets/secret-key-base"; streamingProcesses = 7; trustedProxy = localhost;