disable gitea createDatabase, fix nix gc
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -14,9 +14,10 @@ in
|
||||
database = {
|
||||
type = "postgres";
|
||||
passwordFile = config.sops.secrets."gitea/dbpass".path;
|
||||
createDatabase = false;
|
||||
host = "127.0.0.1";
|
||||
name = "giteadb";
|
||||
port = "5433";
|
||||
port = 5433;
|
||||
};
|
||||
settings.server = {
|
||||
domain = "git.alicehuston.xyz";
|
||||
|
Reference in New Issue
Block a user