chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 18915c0bec - Show all commits

View file

@ -26,7 +26,8 @@
backend = "podman"; backend = "podman";
containers = { containers = {
overseerr = { overseerr = {
image = "ghcr.io/sct/overseerr:1.32.4"; # TODO: Add regex so that renovate catches this
image = "ghcr.io/sct/overseerr:1.32.5";
environment = { environment = {
# LOG_LEVEL = "debug"; # LOG_LEVEL = "debug";
TZ = "Europe/Amsterdam"; TZ = "Europe/Amsterdam";

View file

@ -112,9 +112,10 @@
system.stateVersion = "23.05"; # Did you read the comment? system.stateVersion = "23.05"; # Did you read the comment?
# Enable ccache # Enable ccache
# WARNING: Adding packages here makes them always be built from source, so only do so for once that are usually build like that
# This should be fixed when nix switches to content-addresabble paths
programs.ccache.enable = true; programs.ccache.enable = true;
programs.ccache.packageNames = [ programs.ccache.packageNames = [
"evolution-data-server"
"mongodb" "mongodb"
]; ];
nix.settings.extra-sandbox-paths = nix.settings.extra-sandbox-paths =