fix path
This commit is contained in:
parent
6622d5ee88
commit
055a66adf4
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.postgres-forgejo.path;
|
||||
port = 5432;
|
||||
user = "git";
|
||||
type = "postgres";
|
||||
|
|
|
|||
Loading…
Reference in a new issue