diff --git a/nixos/hosts/hades/immich/configuration.nix b/nixos/hosts/hades/immich/configuration.nix index 97c6146..76d5276 100644 --- a/nixos/hosts/hades/immich/configuration.nix +++ b/nixos/hosts/hades/immich/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ pkgs, config, lib, ... }: +{ pkgs, config, ... }: let # https://github.com/immich-app/immich/releases version = "1.55.1";