I'm on nixos, and setting up an immich server. It's directed at
/zpools/greens/immich
/zpools/greens/immich
, and this is my config:
immich = { enable = true; host = "localhost"; port = 2283; openFirewall = true; user = "immich"; group = "immich"; mediaLocation = "/zpools/greens/immich"; };
immich = { enable = true; host = "localhost"; port = 2283; openFirewall = true; user = "immich"; group = "immich"; mediaLocation = "/zpools/greens/immich"; };
when I switch into this config, I get the usual error when the
.immich
.immich
files aren't present. The problem is, this is supposed to be initialisation: there shouldn't expect any .immich files to be there, as it should be an empty directory.
One hypothesis, is that I previously had immich set up on this system, but with a different mediaLocation. Could it be that the system doesn't understand that it should be re-initialised?