This commit is contained in:
Vivian 2023-02-01 17:21:01 +01:00
parent 86205ebf6d
commit 18915c0bec
2 changed files with 4 additions and 2 deletions

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 =