Immich
Self-hosted photo and video management solution.
View the nix-core NixOS module on GitHub.
References
Sops
Provide the following entries to your secrets.yaml:
Replace
abc123with your actual secrets
Setup
Set a CNAME record for your Immich subdomain (gallery by default) pointing to your domain.
Config
{ inputs, ... }:
{
imports = [ inputs.core.nixosModules.immich ];
services.immich = {
enable = true;
};
}
First launch
Visit the web interface to create an admin account.