diff --git a/hosts/server/nextcloud.nix b/hosts/server/nextcloud.nix index f882df8..e8c5904 100644 --- a/hosts/server/nextcloud.nix +++ b/hosts/server/nextcloud.nix @@ -19,4 +19,5 @@ port = 8083; }]; }; + security.acme.defaults.email = "contact@anotherhadi.com"; }