add patch

This commit is contained in:
jopejoe1 2025-01-19 18:45:23 +01:00
parent 1bdcab3c57
commit b4005a027f

View file

@ -97,6 +97,14 @@ in
services.akkoma = {
enable = true;
package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: {
patches = [
(pkgs.fetchPatch2 {
url = "https://akkoma.dev/AkkomaGang/akkoma/pulls/846.patch";
hash = "";
})
];
});
nginx = {
enableACME = true;
forceSSL = true;