From 9935c8bc4d7773f3bb8573f9bd3d9a20cce78756 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 17:35:32 -0400 Subject: [PATCH] fix Signed-off-by: Xe --- hosts/akko/akkoma.nix | 1 - hosts/akko/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 0798894..abbd4e9 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -66,7 +66,6 @@ in { security.acme = { defaults.email = "me@xeiaso.net"; - agreeTerms = true; certs."akko.within.website" = { group = "nginx"; diff --git a/hosts/akko/default.nix b/hosts/akko/default.nix index 8c9f627..839e532 100644 --- a/hosts/akko/default.nix +++ b/hosts/akko/default.nix @@ -19,7 +19,6 @@ services.tailscale.enable = true; - security.acme.email = "me@xeiaso.net"; security.acme.acceptTerms = true; services.nginx = {