me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

Reset Immich for external photo libraries

author
Sean Aye
date (Jun 24, 2026, 8:03 PM -0400) commit c6715c95 parent 322533d4 change-id rrvrqytl
+5
+5
modules/media-server.nix
··· 23 23 # Immich uses PostgreSQL via Unix socket; avoid conflicting with lbdt-postgres on TCP/5432. 24 24 services.postgresql.settings.listen_addresses = lib.mkForce ""; 25 25 26 + users.users.immich.extraGroups = [ "storage" ]; 27 + 26 28 systemd.tmpfiles.rules = [ 27 29 "d /mnt/storage2/immich 0750 immich immich -" 30 + "d /mnt/storage2/photos 2775 root storage -" 31 + "d /mnt/storage2/photos/originals 2775 root storage -" 32 + "d /mnt/storage2/photos/exports 2775 root storage -" 28 33 ]; 29 34 30 35 # transmission.service bind-mounts these paths before ExecStartPre runs, while