mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated forgejo
This commit is contained in:
parent
9fd91b0f68
commit
684ee556e0
1 changed files with 5 additions and 2 deletions
|
@ -14,12 +14,11 @@ in
|
|||
system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom";
|
||||
system.activationScripts.copyTheme = "mkdir -p /Aurora/Forgejo/custom/public/assets/css && cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/assets/css/";
|
||||
|
||||
services.gitea = {
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/Aurora/Forgejo";
|
||||
customDir = "/Aurora/Forgejo/custom";
|
||||
appName = "Nickiel's Repos";
|
||||
|
||||
dump = {
|
||||
enable = true;
|
||||
|
@ -30,6 +29,10 @@ in
|
|||
|
||||
settings = {
|
||||
|
||||
DEFAULT = {
|
||||
APP_NAME = "Nickiel's Repos";
|
||||
};
|
||||
|
||||
"ui" = {
|
||||
DEFAULT_THEME = "palenight";
|
||||
THEMES = "auto,palenight,gitea,arc-green";
|
||||
|
|
Loading…
Reference in a new issue