flake/systems/etna/immich.nix
2024-12-15 22:58:00 +01:00

15 lines
218 B
Nix

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