Add matrix-hookshot patch for parsing atom feeds with multiple links
This commit is contained in:
parent
836318ff5a
commit
94a55faed7
2 changed files with 34 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
};
|
||||
|
||||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue