build akkoma fork

This commit is contained in:
jopejoe1 2025-01-22 19:25:59 +01:00
parent 4c20557d5c
commit f8c431adb3

View file

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