10 lines
185 B
Nix
10 lines
185 B
Nix
{
|
|
services = {
|
|
immich = {
|
|
enable = true;
|
|
# port = 2283;
|
|
accelerationDevices = [ "/dev/dri/renderD128" ];
|
|
mediaLocation = "/mnt/sdb1/photos";
|
|
};
|
|
};
|
|
}
|