From de2382a0a7e37413abc8983a1286b61f0428484b Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 17 Oct 2021 18:54:21 +0200 Subject: [PATCH] use synology-drive instead --- modules/services/diskstation/default.nix | 68 ++++++++++++------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/modules/services/diskstation/default.nix b/modules/services/diskstation/default.nix index 9f03686..da01e11 100644 --- a/modules/services/diskstation/default.nix +++ b/modules/services/diskstation/default.nix @@ -49,38 +49,38 @@ ]; }; - home-manager.users.moritz = { - services.unison = { - enable = true; - pairs = { - keepass = { - roots = [ "/home/moritz/Keepass" "/auto/keepass" ]; - commandOptions = { - auto = "true"; - batch = "true"; - log = "false"; - repeat = "watch"; - sshcmd = "\${pkgs.openssh}/bin/ssh"; - ui = "text"; - ignore = "Name {lost+found}"; - }; - }; - diskstation = { - roots = [ "/home/moritz/Documents" "/media/diskstation" ]; - commandOptions = { - auto = "true"; - batch = "true"; - log = "false"; - repeat = "watch"; - sshcmd = "\${pkgs.openssh}/bin/ssh"; - ui = "text"; - fastcheck = "true"; - # debug = "verbose"; - perms = "0o1666"; - ignore = "Name {.direnv}"; - }; - }; - }; - }; - }; + # home-manager.users.moritz = { + # services.unison = { + # enable = true; + # pairs = { + # keepass = { + # roots = [ "/home/moritz/Keepass" "/auto/keepass" ]; + # commandOptions = { + # auto = "true"; + # batch = "true"; + # log = "false"; + # repeat = "watch"; + # sshcmd = "\${pkgs.openssh}/bin/ssh"; + # ui = "text"; + # ignore = "Name {lost+found}"; + # }; + # }; + # diskstation = { + # roots = [ "/home/moritz/Documents" "/media/diskstation" ]; + # commandOptions = { + # auto = "true"; + # batch = "true"; + # log = "false"; + # repeat = "watch"; + # sshcmd = "\${pkgs.openssh}/bin/ssh"; + # ui = "text"; + # fastcheck = "true"; + # # debug = "verbose"; + # perms = "0o1666"; + # ignore = "Name {.direnv}"; + # }; + # }; + # }; + # }; + # }; }