alyssum/immich: reconfig binds
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 20:26:10 +10:00
parent 4e4781f5c4
commit cc39c927d9
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,8 @@ in {
me.binds."/var/lib/immich/encoded-video" = "immich/encoded-video"; me.binds."/var/lib/immich/encoded-video" = "immich/encoded-video";
me.binds."/var/lib/immich/profile" = "immich/profile"; me.binds."/var/lib/immich/profile" = "immich/profile";
me.binds."/var/lib/immich/thumbs" = "immich/thumbs"; me.binds."/var/lib/immich/thumbs" = "immich/thumbs";
me.binds."/var/lib/immich/external/1" = gcSecrets.binds."immich/external/1"; me.binds."/mnt/immich_external/1/1" = gcSecrets.binds."immich/external/1/1";
me.binds."/var/lib/immich/external/2" = gcSecrets.binds."immich/external/2"; me.binds."/mnt/immich_external/1/2" = gcSecrets.binds."immich/external/1/2";
hardware.graphics.enable = true; hardware.graphics.enable = true;
users.users.immich.extraGroups = [ "video" "render" ]; users.users.immich.extraGroups = [ "video" "render" ];

Binary file not shown.