added explicit custom dir

This commit is contained in:
Nickiel12 2023-12-26 08:48:32 -08:00
parent 0a7f9ecc86
commit 96b4d77f0a

View file

@ -14,6 +14,7 @@ in
enable = true;
package = pkgs.forgejo;
stateDir = "/Aurora/Forgejo";
customDir = "/Aurora/Forgejo/custom"
appName = "Nickiel's Repos";
settings = {
@ -29,7 +30,7 @@ in
security.DISABLE_GIT_HOOKS = false;
#session.COOKIE_SECURE = true;
session.COOKIE_SECURE = true;
# external facing ui
server = {
ROOT_URL = "https://git.nickiel.net";
@ -41,7 +42,7 @@ in
mailer = {
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "noreply@nickiel.net";
FROM = "nickiel.is.a.dev@gmail.com";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
};
};