diff options
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 = [ |