From d175a84d8575fde6dfa0d9b6063c733d2a7c51eb Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 15 Jan 2024 13:34:30 +0300 Subject: [PATCH] Set default phone region --- hosts/cube/nextcloud.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/cube/nextcloud.nix b/hosts/cube/nextcloud.nix index 307a5d8..0483e2f 100644 --- a/hosts/cube/nextcloud.nix +++ b/hosts/cube/nextcloud.nix @@ -26,6 +26,8 @@ in serverSystemConfiguration { secretFile = config.age.secrets."cube/password.mail.nextcloud".path; extraOptions = { + default_phone_region = "TR"; + mail_domain = domain; mail_smtphost = domain;