conduit might be back soon :-)

This commit is contained in:
jacekpoz 2023-07-17 19:57:01 +02:00
parent 3fcd800db8
commit 67b172da9c
2 changed files with 0 additions and 8 deletions

View file

@ -25,10 +25,5 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
#conduit = {
# url = "gitlab:famedly/conduit";
# inputs.nixpkgs.follows = "nixpkgs";
#};
};
}

View file

@ -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;
};
};