fix slip up
This commit is contained in:
parent
7b798a1a81
commit
12e3a921dc
5 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue