diff options
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index f37e9871..962dd8ab 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -169,7 +169,11 @@ in { EXTRA_OPTIONS="$EXTRA_OPTIONS $*" '' + script); - dependencies = with pkgs; [unison openssh]; + dependencies = with pkgs; [ + unison + openssh # needed to connect to the other server + less # needed for diffs + ]; }) ]; services.unison = { |