mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
remove custome packae akkoma
This commit is contained in:
parent
88e4d59f0c
commit
c38ee95d62
1 changed files with 0 additions and 8 deletions
|
@ -97,14 +97,6 @@ in
|
|||
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: {
|
||||
patches = [
|
||||
(pkgs.fetchpatch2 {
|
||||
url = "https://akkoma.dev/AkkomaGang/akkoma/pulls/846.patch";
|
||||
hash = "sha256-KTv7YKzSAzLqBnG22EIbIiX4B5D4WUYT9FzZCb4CYrU=";
|
||||
})
|
||||
];
|
||||
});
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue