summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock6
-rw-r--r--hosts/immich/immich.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 74fa7c5..0ed03c6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -332,11 +332,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1759733170,
- "narHash": "sha256-TXnlsVb5Z8HXZ6mZoeOAIwxmvGHp1g4Dw89eLvIwKVI=",
+ "lastModified": 1759831965,
+ "narHash": "sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH+47XEBo=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "8913c168d1c56dc49a7718685968f38752171c3b",
+ "rev": "c9b6fb798541223bbb396d287d16f43520250518",
"type": "github"
},
"original": {
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;