summaryrefslogtreecommitdiff
path: root/hosts/vidhar/immich.nix
blob: a1f145a89ee8fae36966bc7ee87443997e365d09 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  config = {
    services.immich = {
      enable = true;
      host = "2a03:4000:52:ada:4:1::";
    };
  };
}