8 lines
70 B
Nix
8 lines
70 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.immich = {
|
|
enable = true;
|
|
port = 2283;
|
|
}
|
|
}
|