first commit

This commit is contained in:
Elias Gasparis 2025-04-10 13:45:57 +08:00
commit d802466363
14 changed files with 453 additions and 0 deletions

9
services/immich.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
services.immich = {
enable = true;
port = 2283;
};
}