mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-19 11:34:07 +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 = {
|
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 = "sha256-KTv7YKzSAzLqBnG22EIbIiX4B5D4WUYT9FzZCb4CYrU=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue