From 7e39b0787549105d0aa22d9550a2d30a6e4e9511 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 21:26:50 +0700 Subject: [PATCH] fix directory ref --- modules/system/homelab/gallery.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;