diff options
author | Soispha <soispha@vhack.eu> | 2024-03-01 16:53:32 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-01 16:53:32 +0100 |
commit | 8e0d4b820c5589d51b0eb6b69e83577b2be695ae (patch) | |
tree | 85c84a8c96577207d2800df79470d20b9c374da0 /hm | |
parent | fix(hm/conf/unison): Avoid merging, when the merge fails (diff) | |
download | nixos-config-8e0d4b820c5589d51b0eb6b69e83577b2be695ae.zip |
fix(hm/conf/unison): Also try to merge 'log' files
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index 2df55192..6e17a86a 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -25,8 +25,8 @@ }; paths_to_merge = mkPathName { - file_names = ["history" "harpoon.json" "file_frecency.bin" "main.shada"]; - extensions = []; + file_names = ["log" "history" "harpoon.json" "file_frecency.bin" "main.shada"]; + extensions = ["log"]; }; paths_to_keep = [ |