From 8ff5b87d00642a2281c10f506c75925a7c44c0c6 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 4 Jul 2025 19:30:18 +0200 Subject: [PATCH] use mkDefault to prevent acme clash in tests --- services/fediversity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fediversity/default.nix b/services/fediversity/default.nix index 184f7dba..0cd4b350 100644 --- a/services/fediversity/default.nix +++ b/services/fediversity/default.nix @@ -69,7 +69,7 @@ in config = { ## FIXME: This should clearly go somewhere else; and we should have a ## `staging` vs. `production` setting somewhere. - security.acme = { + security.acme = lib.mkDefault { acceptTerms = true; # use a priority more urgent than mkDefault for panel deployment to work, # yet looser than default so this will not clash with the setting in tests.