disable gitea createDatabase, fix nix gc

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-10-20 23:19:44 -04:00
parent ebd2756d3e
commit f5479342a8
2 changed files with 3 additions and 2 deletions

View File

@ -169,7 +169,7 @@
nix.gc = {
automatic = true;
dates = "weekly";
frequency = "weekly";
options = "--delete-older-than 30d";
};