From 12a023578f39e6914d04137b71bb9920fa1ec9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 26 Dec 2022 15:40:56 +0100 Subject: [PATCH] fix(hydrogen): setup default acme email --- hosts/hydrogen/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/hydrogen/configuration.nix b/hosts/hydrogen/configuration.nix index 2a49599..f8e971b 100644 --- a/hosts/hydrogen/configuration.nix +++ b/hosts/hydrogen/configuration.nix @@ -63,10 +63,7 @@ security.acme = { acceptTerms = true; - certs = { - "fainsin.bzh".email = "acme@fainsin.bzh"; - "laurent.fainsin.bzh".email = "acme@fainsin.bzh"; - }; + defaults.email = "acme@fainsin.bzh"; }; # This value determines the NixOS release from which the default