fix frequency issue and disable calibre-web
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 25s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 4m35s

This commit is contained in:
2025-09-07 22:25:22 -04:00
parent a18179b5bb
commit 5446ab70c3
3 changed files with 63 additions and 62 deletions

View File

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