about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-15 14:25:59 +0100
committerSoispha <soispha@vhack.eu>2024-01-15 14:25:59 +0100
commite03317213c235107a907088cedf2a0950a8211b0 (patch)
tree6299e7bff2d777668354e104f758881c27c20767 /hm
parentfeat(hosts): Disable Steam (diff)
downloadnixos-config-e03317213c235107a907088cedf2a0950a8211b0.tar.gz
nixos-config-e03317213c235107a907088cedf2a0950a8211b0.zip
fix(hm/conf/unison): Ignore links and the task dir
Both of them should not be synchronized.
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/unison/default.nix4
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 = [