this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

lituus: use unstable mautrix-signal

+1 -1
+1 -1
hosts/profiles/matrix/mautrix-services.nix
··· 34 34 signal = { 35 35 port = 29184; 36 36 format = "mautrix-python"; 37 - package = pkgs.mautrix-signal; 37 + package = pkgs.unstable.mautrix-signal; 38 38 serviceConfig = { 39 39 StateDirectory = [ "matrix-as-signal" "signald" ]; 40 40 SupplementaryGroups = [ "signald" ];