From 593a6d6be577f078bbd65662c4bda4a76cf977e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> Date: Sun, 9 Jan 2022 15:57:46 +0100 Subject: [PATCH] acme: migrate to new default option schema --- roles/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common.nix b/roles/common.nix index 32ae0a0..48f7d7e 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -26,7 +26,7 @@ # Entropy gathering daemon services.haveged.enable = true; - security.acme.email = "trash@nix-community.org"; + security.acme.defaults.email = "trash@nix-community.org"; security.acme.acceptTerms = true; # Without configuration this unit will fail...