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}';
|
||||
'';
|
||||
turn = config.services.coturn;
|
||||
unstablePkgs = import inputs.nixpkgs {
|
||||
inherit (pkgs) system;
|
||||
config = { permittedInsecurePackages = [ "olm-3.2.16" ]; };
|
||||
};
|
||||
in {
|
||||
age.secrets.matrix = {
|
||||
file = ../../secrets/matrix.age;
|
||||
|
|
@ -288,7 +284,6 @@ in {
|
|||
services.mautrix-whatsapp = {
|
||||
enable = true;
|
||||
environmentFile = config.age.secrets.mautrix-whatsapp.path;
|
||||
package = unstablePkgs.mautrix-whatsapp;
|
||||
settings = {
|
||||
homeserver = {
|
||||
address = "http://localhost:8008";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue