9 lines
159 B
Nix
9 lines
159 B
Nix
{
|
|
services.immich = {
|
|
enable = true;
|
|
port = 9003;
|
|
host = "192.168.178.69";
|
|
openFirewall = true;
|
|
mediaLocation = "/main/pictures";
|
|
};
|
|
}
|