fix path
This commit is contained in:
parent
b9f8e595b7
commit
6622d5ee88
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ in
|
||||||
createDatabase = false;
|
createDatabase = false;
|
||||||
host = "sql.${config.networking.domain}";
|
host = "sql.${config.networking.domain}";
|
||||||
name = "git";
|
name = "git";
|
||||||
passwordFile = config.age.secrets.postgresql_forgejo.path;
|
passwordFile = config.age.secrets.postgresql-forgejo.path;
|
||||||
port = 5432;
|
port = 5432;
|
||||||
user = "git";
|
user = "git";
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue