Compare commits

..

2 commits

Author SHA1 Message Date
9e42260f50 fix typo, should prob test b4 commit 2023-08-17 23:43:31 -07:00
96e6a6cc63 update forgejo/gitea config 2023-08-17 23:36:50 -07:00

View file

@ -168,7 +168,7 @@
enable = true;
package = pkgs.forgejo;
stateDir = "/var/lib/git.reidlab.online";
appName = "Forgejo: reidlab.online git";
appName = "reidlab's git instance";
database = {
type = "postgres";
name = "gitea";
@ -202,6 +202,9 @@
DEFAULT_ENABLE_TIMETRACKING = true;
DISABLE_REGISTRATION = true;
};
"federation" = {
ENABLED = true;
};
};
};
services.nginx.virtualHosts."git.reidlab.online" = {