From dc17cabf45b089a1371766cab01c9fc50d063765 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 01:40:19 +0200 Subject: [PATCH] feat: default email for acme --- hosts/hitsugibune/nextcloud.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 84a4330..8160f6a 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -54,8 +54,6 @@ security.acme = { acceptTerms = true; - certs = { - ${config.services.nextcloud.hostName}.email = "stefan@tague.at"; - }; + defaults.email = "stefan@tague.at"; }; }