nix-config/modules/immich/default.nix

9 lines
159 B
Nix

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