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; + }; }