From 05972496411cb4dfa7b1cf67ec96c467166f4ae9 Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 24 Jun 2026 11:14:47 +0200 Subject: [PATCH] change sync path --- homeConfigs/modules/sync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfigs/modules/sync.nix b/homeConfigs/modules/sync.nix index 9afbfbb..7431cb1 100644 --- a/homeConfigs/modules/sync.nix +++ b/homeConfigs/modules/sync.nix @@ -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"; };