Loading
nixos/immich: do not set services.redis.servers.immich.user
the redis module expects a user and group to exist with this name. previously if there was no group with the same name as `services.immich.user` the immich redis server would fail to start. instead we can use the redis module's default behaviour: it will create a user & group named "redis-immich".