photoprism-test-vm/immich.nix

11 lines
163 B
Nix
Raw Normal View History

{ lib, modulesPath, ... }:
{
services.immich = {
enable = true;
# default port: 3001
machine-learning.enable = true;
host = "localhost";
};
}