diff --git a/nixos/hosts/hades/overseerr/configuration.nix b/nixos/hosts/hades/overseerr/configuration.nix index d192b2e..8004810 100644 --- a/nixos/hosts/hades/overseerr/configuration.nix +++ b/nixos/hosts/hades/overseerr/configuration.nix @@ -26,7 +26,8 @@ backend = "podman"; containers = { 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 = { # LOG_LEVEL = "debug"; TZ = "Europe/Amsterdam"; diff --git a/nixos/hosts/thalassa/aoife/configuration.nix b/nixos/hosts/thalassa/aoife/configuration.nix index 07425f6..655438f 100644 --- a/nixos/hosts/thalassa/aoife/configuration.nix +++ b/nixos/hosts/thalassa/aoife/configuration.nix @@ -112,9 +112,10 @@ system.stateVersion = "23.05"; # Did you read the comment? # 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.packageNames = [ - "evolution-data-server" "mongodb" ]; nix.settings.extra-sandbox-paths =