Remove signald service

The signald project is unmaintained and has long been incompatible with
the official Signal servers.
This commit is contained in:
Jakob Lechner 2025-06-04 14:42:06 +02:00
parent add7a875b7
commit cabcb060f3

View file

@ -43,8 +43,4 @@ lib.mkIf cfg.mautrix-signal.enable {
};
} // cfg.mautrix-signal.settings;
};
services.signald = {
enable = true;
};
}