summaryrefslogtreecommitdiff
path: root/hosts/poweredge-pro/filebrowser.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-21 18:28:18 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-21 18:28:18 -0500
commit8cc045ea34d4e72edb68d0c30233c7639966428c (patch)
treed762cf98d6816ab3c0485b3ab7addb7556e767b6 /hosts/poweredge-pro/filebrowser.nix
parenta6416c92b24f86a0c317e4d8d392011029246094 (diff)
downloadnixos-8cc045ea34d4e72edb68d0c30233c7639966428c.tar.xz
nixos-8cc045ea34d4e72edb68d0c30233c7639966428c.zip
change dns overrides and share pathsHEADmaster
Diffstat (limited to 'hosts/poweredge-pro/filebrowser.nix')
-rw-r--r--hosts/poweredge-pro/filebrowser.nix4
1 files changed, 2 insertions, 2 deletions
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;
};
};