diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index e569f732..a911b4e6 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -204,6 +204,15 @@ in { | |||
204 | documents = { | 204 | documents = { |
205 | roots = ["${cfg.home.homeDirectory}/documents" "ssh://vidhar/documents"]; | 205 | roots = ["${cfg.home.homeDirectory}/documents" "ssh://vidhar/documents"]; |
206 | stateDirectory = "${cfg.xdg.dataHome}/documents.unison"; | 206 | stateDirectory = "${cfg.xdg.dataHome}/documents.unison"; |
207 | commandOptions = { | ||
208 | auto = "true"; | ||
209 | batch = "true"; | ||
210 | log = "false"; | ||
211 | repeat = "watch"; | ||
212 | sshcmd = "${pkgs.openssh}/bin/ssh"; | ||
213 | sshargs = "-o BatchMode=yes"; | ||
214 | ui = "text"; | ||
215 | }; | ||
207 | }; | 216 | }; |
208 | }; | 217 | }; |
209 | }; | 218 | }; |