From cc910094480004cdb849ca5d7dfd633543096e89 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 ca7b1f38..d69d2c4a 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.