Add matrix-hookshot 4.4.0 patch
This commit is contained in:
parent
4e75d3c45b
commit
93b8c79bd6
3 changed files with 80 additions and 33 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue