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;
|
||||
host = "sql.${config.networking.domain}";
|
||||
name = "git";
|
||||
passwordFile = config.age.secrets.postgresql_forgejo.path;
|
||||
passwordFile = config.age.secrets.postgresql-forgejo.path;
|
||||
port = 5432;
|
||||
user = "git";
|
||||
type = "postgres";
|
||||
|
|
|
|||
Loading…
Reference in a new issue