From 7d79e9d8aeb51d26c7b111beb5a031a0feaa47db Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 9 Feb 2026 13:38:10 +0100 Subject: [PATCH] change sync url --- 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 5dcd629..812b2d0 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@free.tmoron.fr:1880/${config.mods.sync.destFolder} + root=ssh://tom@d.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 "")