From d24a1993ee0cb597452d56594cf5cddc20c9b610 Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 18 Jan 2025 11:25:39 -0500 Subject: feat: add matrix service. have thor server handle delegation requests --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6a6cef8..7b70860 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,10 @@ } { type = "services"; - modules = [ "ssh" ]; + modules = [ + "matrix" + "ssh" + ]; } ]) (mkSystem "odin" "x86_64-linux" inputs.nixpkgs [ @@ -174,7 +177,6 @@ type = "services"; modules = [ "fediverse" - "proxy" "ssh" "web" ]; -- cgit v1.2.3