From 724f5361e643527b086ae526c07b73837dc08270 Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 19 Dec 2025 16:52:03 +0100 Subject: [PATCH] change sync ip address --- 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 bec1648..5dcd629 100644 --- a/homeConfigs/modules/sync.nix +++ b/homeConfigs/modules/sync.nix @@ -46,7 +46,7 @@ in text = (lib.strings.concatStrings ['' auto=true root=${config.mods.sync.homeFolder} - root=ssh://tom@tmoron.fr:1880/${config.mods.sync.destFolder} + root=ssh://tom@free.tmoron.fr:1880/${config.mods.sync.destFolder} '' (lib.strings.concatMapStrings (x: "\npath=" + x) (( if config.mods.sync.defaultSynced then defPathLst else [] ) ++ config.mods.sync.syncedAdditions )) (if !(isNull config.mods.sync.customHostName) then "\nclientHostName=${config.mods.sync.customHostName}" else "")