From e299978508e4ab563e62b93f8dbe2ff9fc5d563f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 30 Oct 2024 18:37:06 +0000 Subject: [PATCH] Avoid clashes of `security.acme.defaults` options --- vm/mastodon-vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/mastodon-vm.nix b/vm/mastodon-vm.nix index 5a9734b..b9d28b1 100644 --- a/vm/mastodon-vm.nix +++ b/vm/mastodon-vm.nix @@ -20,7 +20,7 @@ streamingProcesses = lib.max 1 (config.virtualisation.cores - 1); }; - security.acme = { + security.acme = lib.mkVMOverride { defaults = { # invalid server; the systemd service will fail, and we won't get # properly signed certificates. but let's not spam the letsencrypt