fix db
This commit is contained in:
parent
73b10a4feb
commit
d24181189e
1 changed files with 2 additions and 2 deletions
|
|
@ -50,10 +50,10 @@ in
|
||||||
database = {
|
database = {
|
||||||
createDatabase = false;
|
createDatabase = false;
|
||||||
host = "sql.${config.networking.domain}";
|
host = "sql.${config.networking.domain}";
|
||||||
name = "git";
|
name = "forgejo";
|
||||||
passwordFile = config.age.secrets.postgres-forgejo.path;
|
passwordFile = config.age.secrets.postgres-forgejo.path;
|
||||||
port = 5432;
|
port = 5432;
|
||||||
user = "git";
|
user = "forgejo";
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue