fix slip up

This commit is contained in:
Satria 2026-03-03 15:19:14 +07:00
commit 12e3a921dc
5 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{ homelab, ... }: {
{ ... }: {
users.users.immich.extraGroups = [ "video" "render" ];
services = {
@ -6,7 +6,7 @@
enable = true;
port = 2283;
host = "127.0.0.1";
mediaLocation = "${homelab.disks.data}/immich";
mediaLocation = "/mnt/data/immich";
accelerationDevices = null;
machine-learning.enable = true;
};