feat: pin mautrix until fixed in nixpkgs
This commit is contained in:
parent
c504bd8e6b
commit
63ffd218c2
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
|||
return 200 '${builtins.toJSON data}';
|
||||
'';
|
||||
turn = config.services.coturn;
|
||||
mautrix_whatsapp_old = import (pkgs.fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "88e8a4036877dc2d328fd3e7cb4e732eb037e49c";
|
||||
# Run once without sha256 to get the wanted hash from the error message:
|
||||
# sha256 = "sha256-...";
|
||||
}) {};
|
||||
in {
|
||||
age.secrets.matrix = {
|
||||
file = ../../secrets/matrix.age;
|
||||
|
|
@ -252,6 +259,7 @@ in {
|
|||
services.mautrix-whatsapp = {
|
||||
enable = true;
|
||||
environmentFile = config.age.secrets.mautrix-whatsapp.path;
|
||||
package = mautrix_whatsapp_old.mautrix-whatsapp;
|
||||
settings = {
|
||||
homeserver = {
|
||||
address = "http://localhost:8008";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue