9 lines
92 B
Nix
9 lines
92 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
|
|
services.immich = {
|
|
enable = true;
|
|
port = 2283;
|
|
};
|
|
|
|
}
|