From 6561d23db6128f99d137ca8cb8830863637c753d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:18:53 +0200 Subject: [PATCH] Update --- hosts/server/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) 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"; }