Skip to content

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 abc123 with your actual secrets

immich:
    db-pasword: abc123

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.