diff --git a/services/fediversity/default.nix b/services/fediversity/default.nix index cce2a323..184f7dba 100644 --- a/services/fediversity/default.nix +++ b/services/fediversity/default.nix @@ -69,9 +69,7 @@ in config = { ## FIXME: This should clearly go somewhere else; and we should have a ## `staging` vs. `production` setting somewhere. - # use a priority higher than mkDefault for panel deployment to work, - # yet lower than default so this will not clash with the setting in tests. - security.acme = lib.modules.defaultOverridePriority { + security.acme = { 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.