diff options
author | Soispha <soispha@vhack.eu> | 2024-01-15 14:25:59 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-15 14:25:59 +0100 |
commit | e03317213c235107a907088cedf2a0950a8211b0 (patch) | |
tree | 6299e7bff2d777668354e104f758881c27c20767 /hm | |
parent | feat(hosts): Disable Steam (diff) | |
download | nixos-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.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 = [ |