mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added explicit custom dir
This commit is contained in:
parent
0a7f9ecc86
commit
96b4d77f0a
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue