feat(nixos): enable immich ml; bind localhost; add ollama env

This commit is contained in:
2026-01-18 21:35:15 +05:30
parent a97ff2c46d
commit 509a9b49ed
5 changed files with 24 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{device, ...}: {
imports = [
# ./immich-machine-learning.nix
./immich-machine-learning.nix
];
virtualisation = {
docker.enable = true;