change sync path

This commit is contained in:
2026-06-24 11:14:47 +02:00
parent 8225fd1fe1
commit 0597249641

View File

@ -19,7 +19,7 @@ in
destFolder = lib.mkOption {
type = lib.types.str;
default = "/raid/pc_sync";
default = "/raid/crit/pc_sync";
description = "where on the server";
};