From 613346ff97f9c3ac2e9026613aa4b183a06917a2 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 17 Aug 2025 07:28:10 +0200 Subject: tente: replace Synapse with Conduit I didn't have working push notifications for a long time with Synapse. At one point I had tried setting up ntfy since it implements a Matrix push gateway but never got this to work. Conduit has a push gateway builtin and also Rust makes more sense for a Matrix server than Python. --- nixos/hosts/tente/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index ac8f438..6063b2c 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -9,8 +9,10 @@ let acmeEmail = "martin@push-f.com"; sources = import ; helpers = import { inherit config lib pkgs; }; + pkgs-unstable = import sources.nixpkgs-unstable {}; in { + _module.args = { inherit pkgs-unstable; }; imports = [ ./hardware-configuration.nix -- cgit v1.2.3