Let's try that again (change db and user db to forgejo)
This commit is contained in:
parent
d34bbc934c
commit
ebc58c560e
|
@ -32,8 +32,8 @@
|
||||||
#TODO: different mail passwords for different services
|
#TODO: different mail passwords for different services
|
||||||
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
||||||
database = {
|
database = {
|
||||||
user = "gitea";
|
#user = "gitea";
|
||||||
name = "gitea";
|
#name = "gitea";
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue