From ff23062b9fbe4c557cfabe71177350d30e2e1e13 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 --- services/vm/mastodon-vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vm/mastodon-vm.nix b/services/vm/mastodon-vm.nix index 5a9734b6..b9d28b15 100644 --- a/services/vm/mastodon-vm.nix +++ b/services/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