From b71b46bdb0f55fbc925d9ca1e836cca030bd0ee2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 13 Nov 2024 09:28:00 +0100 Subject: [PATCH] feat(nextcloud): log_type = "file" --- systems/x86_64-linux/mx/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/mx/nextcloud.nix b/systems/x86_64-linux/mx/nextcloud.nix index 7fc68f4..214c26b 100644 --- a/systems/x86_64-linux/mx/nextcloud.nix +++ b/systems/x86_64-linux/mx/nextcloud.nix @@ -13,6 +13,7 @@ https = true; configureRedis = true; settings = { + log_type = "file"; mail_smtpmode = "sendmail"; mail_sendmailmode = "pipe"; default_phone_region = "DE";