Use nixpkgs conduit

This commit is contained in:
Nathan McCarty 2025-02-12 02:53:47 -05:00
parent 360c6779b6
commit c110e24c6c
3 changed files with 9 additions and 277 deletions

View file

@ -20,10 +20,6 @@ in {
services.matrix-conduit = {
enable = true;
# This causes NixOS to use the flake defined in this repository instead of
# the build of Conduit built into nixpkgs.
package = inputs'.conduit.packages.default;
settings.global = {
inherit server_name;
};