alyssum/immich: add 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:20:36 +10:00
parent c148518a34
commit 4e4781f5c4
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, gcSecrets, ... }:
let
fqdn = "photos.lava.moe";
shareFqdn = "memo.lava.moe";
@ -13,6 +13,8 @@ in {
me.binds."/var/lib/immich/encoded-video" = "immich/encoded-video";
me.binds."/var/lib/immich/profile" = "immich/profile";
me.binds."/var/lib/immich/thumbs" = "immich/thumbs";
me.binds."/var/lib/immich/external/1" = gcSecrets.binds."immich/external/1";
me.binds."/var/lib/immich/external/2" = gcSecrets.binds."immich/external/2";
hardware.graphics.enable = true;
users.users.immich.extraGroups = [ "video" "render" ];

Binary file not shown.