mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +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 = {
|
services.akkoma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: {
|
||||||
|
patches = [
|
||||||
|
(pkgs.fetchPatch2 {
|
||||||
|
url = "https://akkoma.dev/AkkomaGang/akkoma/pulls/846.patch";
|
||||||
|
hash = "";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
});
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue