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 ad5ac179d7
commit 5f52f21539
2 changed files with 3 additions and 2 deletions

View File

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