mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
build akkoma fork
This commit is contained in:
parent
4c20557d5c
commit
f8c431adb3
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue