mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
add patch
This commit is contained in:
parent
1bdcab3c57
commit
b4005a027f
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue