immich migration settings
This commit is contained in:
parent
fe67625b46
commit
2e98b1ad83
3 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ homelab, ... }: {
|
||||
users.users.immich.extraGroups = [ "video" "render" ];
|
||||
|
||||
services = {
|
||||
|
|
@ -6,9 +6,14 @@
|
|||
enable = true;
|
||||
port = 2283;
|
||||
host = "127.0.0.1";
|
||||
mediaLocation = "/mnt/data/immich";
|
||||
mediaLocation = "/mnt/gallery/media";
|
||||
accelerationDevices = null;
|
||||
machine-learning.enable = true;
|
||||
redis.enable = true;
|
||||
settings = {
|
||||
newVersionCheck.enabled = true;
|
||||
server.externalDomain = "https://gallery.${homelab.domain}";
|
||||
};
|
||||
};
|
||||
immich-public-proxy = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue