From 8cc045ea34d4e72edb68d0c30233c7639966428c Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 21 Sep 2026 18:28:18 -0500 Subject: change dns overrides and share paths --- hosts/poweredge-pro/filebrowser.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/poweredge-pro/filebrowser.nix') diff --git a/hosts/poweredge-pro/filebrowser.nix b/hosts/poweredge-pro/filebrowser.nix index b719400..4c63af3 100644 --- a/hosts/poweredge-pro/filebrowser.nix +++ b/hosts/poweredge-pro/filebrowser.nix @@ -8,11 +8,11 @@ # Host path bindMounts = { "/var/lib/filebrowser/data/chexx" = { - hostPath = "/Storage/chexx"; + hostPath = "/VMDisk/shares/chexx"; isReadOnly = true; }; "/var/lib/filebrowser/data/Scans" = { - hostPath = "/Storage/Scans"; + hostPath = "/VMDisk/shares/scans/"; isReadOnly = true; }; }; -- cgit v1.2.3