flake/systems/etna/immich.nix
2024-12-25 18:21:24 +01:00

16 lines
220 B
Nix

{ ... }:
{
services.immich = {
enable = true;
settings = null;
mediaLocation = "/data/immich";
environment = {
TZ = "Europe/Paris";
};
host = "0.0.0.0";
openFirewall = true;
};
}