forked from poz/niksos
back in another hour
This commit is contained in:
parent
67b172da9c
commit
23b3caa769
2 changed files with 11 additions and 0 deletions
|
@ -25,5 +25,7 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
conduit.url = "gitlab:famedly/conduit/next";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue