disable gitea createDatabase, fix nix gc
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
ebd2756d3e
commit
f5479342a8
@ -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";
|
||||
|
@ -169,7 +169,7 @@
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
frequency = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user