diff --git a/hosts/git/forgejo.nix b/hosts/git/forgejo.nix index 613119e..dd743d2 100644 --- a/hosts/git/forgejo.nix +++ b/hosts/git/forgejo.nix @@ -50,10 +50,10 @@ in database = { createDatabase = false; host = "sql.${config.networking.domain}"; - name = "git"; + name = "forgejo"; passwordFile = config.age.secrets.postgres-forgejo.path; port = 5432; - user = "git"; + user = "forgejo"; type = "postgres"; }; };