back in another hour

This commit is contained in:
jacekpoz 2023-07-17 20:03:22 +02:00
parent 67b172da9c
commit 23b3caa769
2 changed files with 11 additions and 0 deletions

View file

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

View file

@ -7,6 +7,15 @@
services.matrix-conduit = {
enable = true;
package = inputs.conduit.packages.${pkgs.system}.default.overrideAttrs(old: {
patches = [
(pkgs.fetchpatch {
url = "https://gitlab.com/famedly/conduit/-/commit/b5991d617640a71e975ee7731a0970f887716d81.patch";
sha256 = "";
})
];
});
settings.global = {
server_name = "jacekpoz.pl";
database_backend = "rocksdb";