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 = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = config.sops.secrets."gitea/dbpass".path;
|
passwordFile = config.sops.secrets."gitea/dbpass".path;
|
||||||
|
createDatabase = false;
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
name = "giteadb";
|
name = "giteadb";
|
||||||
port = "5433";
|
port = 5433;
|
||||||
};
|
};
|
||||||
settings.server = {
|
settings.server = {
|
||||||
domain = "git.alicehuston.xyz";
|
domain = "git.alicehuston.xyz";
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
frequency = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user