diff options
| author | Grisha Shipunov | 2025-10-07 21:52:29 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-07 21:52:29 +0200 |
| commit | bcf815d3ddbd0dae21af32efb5145c02bef16d00 (patch) | |
| tree | b41d1a8d010fe20c197a1a322d7b983d7cdfe7b1 /hosts | |
| parent | 537b6b1dfe8b2c180c435065dea080599f29f0f6 (diff) | |
Temporarly disable machine learning
build failure at rev:
nixpkgs-unstable: github:nixos/nixpkgs/8913c168d1c56dc49a7718685968f38752171c3b?narHash=sha256-TXnlsVb5Z8HXZ6mZoeOAIwxmvGHp1g4Dw89eLvIwKVI%3D
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/immich/immich.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/immich/immich.nix b/hosts/immich/immich.nix index 11a69b6..7703e2e 100644 --- a/hosts/immich/immich.nix +++ b/hosts/immich/immich.nix @@ -14,6 +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 settings = null; # has to contain secrets https://github.com/immich-app/immich/discussions/14815 environment = { IMMICH_CONFIG_FILE = config.sops.secrets."immich.yaml".path; |
