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