conduit might be back soon :-)
This commit is contained in:
parent
3fcd800db8
commit
67b172da9c
2 changed files with 0 additions and 8 deletions
|
@ -25,10 +25,5 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
#conduit = {
|
||||
# url = "gitlab:famedly/conduit";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue