TheLarzacHawke
TheLarzacHawke
IImmich
Created by TheLarzacHawke on 2/3/2025 in #help-desk-support
Immich on nixos issues
I'm trying to setup on my nixos install, and running into trouble. This is my config (pretty straight forward):
services.immich = {
enable = true;
port = 2283;
# mediaLocation = "/home/myname/immich";
};
services.immich = {
enable = true;
port = 2283;
# mediaLocation = "/home/myname/immich";
};
the problem is that the default location (/var/lib/immich) is in my root partition. I don't want my things there: I want it in my home partition for now, but I'd like to be able to know how to, for example, put it on a NAS server in the future. If I try to change the media location, it doesn't want to start up. for those unfamiliar with nix: https://wiki.nixos.org/wiki/Immich ...and the settings available: https://search.nixos.org/options?show=services.immich. Thanks in advance
16 replies