mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 11:34:07 +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 = {
|
services.akkoma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: {
|
||||||
|
src = pkgs.fetchFromGitea {
|
||||||
|
domain = "akkoma.dev";
|
||||||
|
owner = "AkkomaGang";
|
||||||
|
repo = "akkoma";
|
||||||
|
rev = "92e9ca0fafc94b84c618647d646efa11d29d9cfc";
|
||||||
|
hash = "";
|
||||||
|
};
|
||||||
|
});
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue