diff --git a/modules/system/homelab/gallery.nix b/modules/system/homelab/gallery.nix index c05bcc3..27cc21a 100644 --- a/modules/system/homelab/gallery.nix +++ b/modules/system/homelab/gallery.nix @@ -6,7 +6,7 @@ enable = true; port = 2283; host = "127.0.0.1"; - mediaLocation = "/mnt/gallery/media"; + mediaLocation = "/mnt/gallery"; accelerationDevices = null; machine-learning.enable = true; redis.enable = true;