diff --git a/hosts/git/forgejo.nix b/hosts/git/forgejo.nix index c358b1d..613119e 100644 --- a/hosts/git/forgejo.nix +++ b/hosts/git/forgejo.nix @@ -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";