mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59: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.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/";
|
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;
|
enable = true;
|
||||||
package = pkgs.forgejo;
|
package = pkgs.forgejo;
|
||||||
stateDir = "/Aurora/Forgejo";
|
stateDir = "/Aurora/Forgejo";
|
||||||
customDir = "/Aurora/Forgejo/custom";
|
customDir = "/Aurora/Forgejo/custom";
|
||||||
appName = "Nickiel's Repos";
|
|
||||||
|
|
||||||
dump = {
|
dump = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -30,6 +29,10 @@ in
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
||||||
|
DEFAULT = {
|
||||||
|
APP_NAME = "Nickiel's Repos";
|
||||||
|
};
|
||||||
|
|
||||||
"ui" = {
|
"ui" = {
|
||||||
DEFAULT_THEME = "palenight";
|
DEFAULT_THEME = "palenight";
|
||||||
THEMES = "auto,palenight,gitea,arc-green";
|
THEMES = "auto,palenight,gitea,arc-green";
|
||||||
|
|
Loading…
Reference in a new issue