From e03317213c235107a907088cedf2a0950a8211b0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 15 Jan 2024 14:25:59 +0100 Subject: fix(hm/conf/unison): Ignore links and the task dir Both of them should not be synchronized. --- hm/soispha/conf/unison/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hm/soispha/conf/unison/default.nix') diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index b3ca7e2a..f3c05c3e 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -13,6 +13,10 @@ sshcmd = "ssh"; ui = "text"; auto = "true"; + # This is useless, with hm links + links = "false"; + # already synchronized by the taskserver + ignore = "/home/soispha/.local/share/task"; }; paths_to_keep = [ -- cgit 1.4.1