From eee5eb669fa08353914255ef4b2127188782d94f Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 22 Dec 2025 11:36:45 +0100 Subject: [PATCH] feat: remove whatsapp stuff again :( --- hosts/hitsugibune/matrix.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index 785b4b6..a04de12 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -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";