From 8c7e31b800a7cda2d490cd4a23bfdd4d64f21e75 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 29 Oct 2025 00:54:34 +0000 Subject: [PATCH] Fix paths to use files on new sync system --- roles/nidus-sync.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nidus-sync.nix b/roles/nidus-sync.nix index c1220bf..7c24971 100644 --- a/roles/nidus-sync.nix +++ b/roles/nidus-sync.nix @@ -2,7 +2,7 @@ let fss-deltamvcd = import ../modules/system/fieldseeker-sync.nix { customer = "deltamvcd"; - dataDirectory = /opt/fieldseeker-sync/deltamvcd; + dataDirectory = /mnt/bigdisk/fieldseeker-sync/deltamvcd; fieldseeker-sync = inputs.fieldseeker-sync; port = 3000; subdomain = "deltamvcd"; @@ -10,7 +10,7 @@ let }; fss-gleipnir-qa = import ../modules/system/fieldseeker-sync.nix { customer = "gleipnir-qa"; - dataDirectory = /opt/fieldseeker-sync/gleipnir; + dataDirectory = /mnt/bigdisk/fieldseeker-sync/gleipnir-qa; fieldseeker-sync = inputs.fieldseeker-sync; port = 3001; subdomain = "gleipnir-qa";