Add matrix-hookshot 4.4.0 patch

This commit is contained in:
Charlotte Van Petegem 2023-06-29 10:21:07 +02:00
parent 4e75d3c45b
commit 93b8c79bd6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 80 additions and 33 deletions

View file

@ -7,14 +7,6 @@
};
config = lib.mkIf config.chvp.services.matrix.enable {
nixpkgs.overlays = [
(self: super: {
matrix-hookshot = super.matrix-hookshot.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ./hookshot-atom-links.patch ];
});
})
];
chvp.base.zfs.systemLinks = [{ path = "/var/lib/matrix-hookshot"; type = "data"; }];
chvp.services.nginx.hosts = [{
fqdn = "matrix.vanpetegem.me";