From 67b172da9c0789d1fa6cc0049ff0f4c68cff0620 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 17 Jul 2023 19:57:01 +0200 Subject: [PATCH] conduit might be back soon :-) --- flake.nix | 5 ----- hosts/chmura/conduit.nix | 3 --- 2 files changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index a07d7b5..0f8a8a7 100644 --- a/flake.nix +++ b/flake.nix @@ -25,10 +25,5 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - - #conduit = { - # url = "gitlab:famedly/conduit"; - # inputs.nixpkgs.follows = "nixpkgs"; - #}; }; } diff --git a/hosts/chmura/conduit.nix b/hosts/chmura/conduit.nix index 31896f3..9c51958 100644 --- a/hosts/chmura/conduit.nix +++ b/hosts/chmura/conduit.nix @@ -7,13 +7,10 @@ services.matrix-conduit = { enable = true; - #package = inputs.conduit.packages.${pkgs.system}.default; - settings.global = { server_name = "jacekpoz.pl"; database_backend = "rocksdb"; port = 6167; - allow_registration = true; }; };