From 25225236c33f77a5e7c4684f1214d8119b982ec3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 17 Aug 2024 15:19:07 -0400 Subject: [PATCH] phone: Enable mmsd for MMS messages Seems to work for text MMS. --- hosts/phone/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 93182faa..b7be8349 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -259,6 +259,8 @@ in }; services = { + mmsd.enable = true; + xserver = { displayManager.lightdm.enable = false;