switch back to default akkoma

This commit is contained in:
jopejoe1 2025-03-27 19:30:07 +01:00
parent dd357f817e
commit d99e6efba9

View file

@ -97,15 +97,6 @@ in
services.akkoma = {
enable = true;
package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: {
src = pkgs.fetchFromGitea {
domain = "akkoma.dev";
owner = "AkkomaGang";
repo = "akkoma";
rev = "92e9ca0fafc94b84c618647d646efa11d29d9cfc";
hash = "sha256-Bi+ooGMxbPIZErTILckgwYcgmN8LMlX43MF39x+KKvs=";
};
});
nginx = {
enableACME = true;
forceSSL = true;