alyssum/immich: refine data directories
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-20 19:06:19 +10:00
parent aab4da94fa
commit fc880328bc
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -5,7 +5,10 @@
settings.server.externalDomain = "https://photos.lava.moe";
};
me.binds."/var/lib/immich" = "immich";
me.binds."/var/lib/immich" = "/flower/immich";
me.binds."/flower/immich/encoded-video" = "immich/encoded-video";
me.binds."/flower/immich/profile" = "immich/profile";
me.binds."/flower/immich/thumbs" = "immich/thumbs";
hardware.graphics.enable = true;
users.users.immich.extraGroups = [ "video" "render" ];