From 41a6de85b18c91ce99b73fbbf8a70ce373db2972 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:19:25 +0200 Subject: [PATCH] Update --- hosts/server/nextcloud.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/server/nextcloud.nix b/hosts/server/nextcloud.nix index e8c5904..cd10db4 100644 --- a/hosts/server/nextcloud.nix +++ b/hosts/server/nextcloud.nix @@ -19,5 +19,8 @@ port = 8083; }]; }; - security.acme.defaults.email = "contact@anotherhadi.com"; + security.acme = { + defaults.email = "contact@anotherhadi.com"; + acceptTerms = true; + }; }