nix-config/bak/modules/immich/default.nix
2026-03-03 10:46:08 +01:00

9 lines
159 B
Nix

{
services.immich = {
enable = true;
port = 9003;
host = "192.168.178.69";
openFirewall = true;
mediaLocation = "/main/pictures";
};
}