alyssum/immich: fixup paths
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:08:55 +10:00
parent fc880328bc
commit 59a6e63c6a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -6,9 +6,9 @@
}; };
me.binds."/var/lib/immich" = "/flower/immich"; me.binds."/var/lib/immich" = "/flower/immich";
me.binds."/flower/immich/encoded-video" = "immich/encoded-video"; me.binds."/var/lib/immich/encoded-video" = "immich/encoded-video";
me.binds."/flower/immich/profile" = "immich/profile"; me.binds."/var/lib/immich/profile" = "immich/profile";
me.binds."/flower/immich/thumbs" = "immich/thumbs"; me.binds."/var/lib/immich/thumbs" = "immich/thumbs";
hardware.graphics.enable = true; hardware.graphics.enable = true;
users.users.immich.extraGroups = [ "video" "render" ]; users.users.immich.extraGroups = [ "video" "render" ];