Fix paths to use files on new sync system

This commit is contained in:
Eli Ribble 2025-10-29 00:54:34 +00:00
parent ff52925cb4
commit 8c7e31b800
No known key found for this signature in database

View file

@ -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";