rename gitea, fix db
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
ebcbdece4f
commit
25449ac661
@ -10,11 +10,13 @@ in
|
|||||||
{
|
{
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "Nyx's Gitea"; # Give the site a name
|
appName = "The Hearth";
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = config.sops.secrets."gitea/dbpass".path;
|
passwordFile = config.sops.secrets."gitea/dbpass".path;
|
||||||
host = "127.0.0.1:5432";
|
host = "127.0.0.1";
|
||||||
|
name = "giteadb";
|
||||||
|
port = "5433";
|
||||||
};
|
};
|
||||||
settings.server = {
|
settings.server = {
|
||||||
domain = "git.alicehuston.xyz";
|
domain = "git.alicehuston.xyz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user