feat: remove whatsapp stuff again :(
This commit is contained in:
parent
52b188f64a
commit
eee5eb669f
1 changed files with 0 additions and 5 deletions
|
|
@ -15,10 +15,6 @@
|
||||||
return 200 '${builtins.toJSON data}';
|
return 200 '${builtins.toJSON data}';
|
||||||
'';
|
'';
|
||||||
turn = config.services.coturn;
|
turn = config.services.coturn;
|
||||||
unstablePkgs = import inputs.nixpkgs {
|
|
||||||
inherit (pkgs) system;
|
|
||||||
config = { permittedInsecurePackages = [ "olm-3.2.16" ]; };
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
age.secrets.matrix = {
|
age.secrets.matrix = {
|
||||||
file = ../../secrets/matrix.age;
|
file = ../../secrets/matrix.age;
|
||||||
|
|
@ -288,7 +284,6 @@ in {
|
||||||
services.mautrix-whatsapp = {
|
services.mautrix-whatsapp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.age.secrets.mautrix-whatsapp.path;
|
environmentFile = config.age.secrets.mautrix-whatsapp.path;
|
||||||
package = unstablePkgs.mautrix-whatsapp;
|
|
||||||
settings = {
|
settings = {
|
||||||
homeserver = {
|
homeserver = {
|
||||||
address = "http://localhost:8008";
|
address = "http://localhost:8008";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue