From ddfdcb0f1f3ed638c81cb7d5611be0f9aaf7782f Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Tue, 14 Apr 2026 17:58:43 +0200 Subject: [PATCH] remove text litteral --- modules/nixos/mail-server/mobileconfig-generator.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nixos/mail-server/mobileconfig-generator.py b/modules/nixos/mail-server/mobileconfig-generator.py index 7247c9b..8e2600d 100644 --- a/modules/nixos/mail-server/mobileconfig-generator.py +++ b/modules/nixos/mail-server/mobileconfig-generator.py @@ -116,7 +116,7 @@ def mobileconfig_payload(email, full_name): EmailAccountDescription - {values["domain"]} Mail + {values["email"]} EmailAccountName {values["full_name"]} EmailAccountType @@ -160,7 +160,7 @@ def mobileconfig_payload(email, full_name): CalDAVAccountDescription - {values["domain"]} Calendar + {values["email"]} CalDAVHostName {values["radicale_host"]} CalDAVPort @@ -184,7 +184,7 @@ def mobileconfig_payload(email, full_name): CardDAVAccountDescription - {values["domain"]} Contacts + {values["email"]} CardDAVHostName {values["radicale_host"]} CardDAVPort