nix-deploy/config/hosts/rudiger/services/immich.nix
2026-02-22 13:05:43 +01:00

9 lines
101 B
Nix

{ ... }:
{
services.immich = {
enable = true;
port = 2283;
host = "immich.graven.dev";
};
}