me like nix
0

Configure Feed

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

Create Immich media directory

author
Sean Aye
date (Jun 3, 2026, 12:07 PM -0400) commit 258522e7 parent 5ff2857f change-id zzptovzn
+4
+4
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 + systemd.tmpfiles.rules = [ 27 + "d /mnt/storage2/immich 0750 immich immich -" 28 + ]; 29 + 26 30 age.secrets.wireguard.file = ../secrets/wireguard.age; 27 31 28 32 nixarr = {