alyssum/immich: add binds
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
c148518a34
commit
4e4781f5c4
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue