diff options
| author | Grisha Shipunov | 2025-10-08 10:43:32 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-08 10:43:32 +0200 |
| commit | 3cb1635899ef2dcbf85ca1d7b2792aba7bcf174d (patch) | |
| tree | 21a379f35b27e9d0acb90dda3892177667a7744e /hosts | |
| parent | bcf815d3ddbd0dae21af32efb5145c02bef16d00 (diff) | |
build falure fixed
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/immich/immich.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/immich/immich.nix b/hosts/immich/immich.nix index 7703e2e..bd17dd4 100644 --- a/hosts/immich/immich.nix +++ b/hosts/immich/immich.nix @@ -14,7 +14,7 @@ host = "10.89.88.13"; redis.enable = true; database.createDB = true; - machine-learning.enable = false; # build failure at nixpkgs-unstable: github:nixos/nixpkgs/8913c168d1c56dc49a7718685968f38752171c3b?narHash=sha256-TXnlsVb5Z8HXZ6mZoeOAIwxmvGHp1g4Dw89eLvIwKVI%3D + machine-learning.enable = true; settings = null; # has to contain secrets https://github.com/immich-app/immich/discussions/14815 environment = { IMMICH_CONFIG_FILE = config.sops.secrets."immich.yaml".path; |
