From 7aa59ce3a583515a5992927e1c4ba756389c8e65 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 2 Oct 2024 21:19:25 +0200 Subject: [PATCH] why was this even here --- hosts/chmura/services/conduit.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/chmura/services/conduit.nix b/hosts/chmura/services/conduit.nix index 2d30fce..2647b9e 100644 --- a/hosts/chmura/services/conduit.nix +++ b/hosts/chmura/services/conduit.nix @@ -14,8 +14,6 @@ in { ]; }; - environment.systemPackages = [ pkgs.mautrix-discord ]; - services.matrix-conduit = { enable = true; package = inputs.conduit.packages.${pkgs.system}.default;