alyssum/immich: refine data directories
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
aab4da94fa
commit
fc880328bc
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
||||||
settings.server.externalDomain = "https://photos.lava.moe";
|
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;
|
hardware.graphics.enable = true;
|
||||||
users.users.immich.extraGroups = [ "video" "render" ];
|
users.users.immich.extraGroups = [ "video" "render" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue