Database name too

This commit is contained in:
Lillian-Violet 2024-01-02 12:11:17 +01:00
parent 7568814114
commit 0b62079c4d

View file

@ -26,6 +26,7 @@
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
database = {
user = "gitea";
name = "gitea";
type = "postgres";
};
settings = {