use synology-drive instead
parent
ff333c204a
commit
de2382a0a7
|
@ -49,38 +49,38 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.moritz = {
|
# home-manager.users.moritz = {
|
||||||
services.unison = {
|
# services.unison = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
pairs = {
|
# pairs = {
|
||||||
keepass = {
|
# keepass = {
|
||||||
roots = [ "/home/moritz/Keepass" "/auto/keepass" ];
|
# roots = [ "/home/moritz/Keepass" "/auto/keepass" ];
|
||||||
commandOptions = {
|
# commandOptions = {
|
||||||
auto = "true";
|
# auto = "true";
|
||||||
batch = "true";
|
# batch = "true";
|
||||||
log = "false";
|
# log = "false";
|
||||||
repeat = "watch";
|
# repeat = "watch";
|
||||||
sshcmd = "\${pkgs.openssh}/bin/ssh";
|
# sshcmd = "\${pkgs.openssh}/bin/ssh";
|
||||||
ui = "text";
|
# ui = "text";
|
||||||
ignore = "Name {lost+found}";
|
# ignore = "Name {lost+found}";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
diskstation = {
|
# diskstation = {
|
||||||
roots = [ "/home/moritz/Documents" "/media/diskstation" ];
|
# roots = [ "/home/moritz/Documents" "/media/diskstation" ];
|
||||||
commandOptions = {
|
# commandOptions = {
|
||||||
auto = "true";
|
# auto = "true";
|
||||||
batch = "true";
|
# batch = "true";
|
||||||
log = "false";
|
# log = "false";
|
||||||
repeat = "watch";
|
# repeat = "watch";
|
||||||
sshcmd = "\${pkgs.openssh}/bin/ssh";
|
# sshcmd = "\${pkgs.openssh}/bin/ssh";
|
||||||
ui = "text";
|
# ui = "text";
|
||||||
fastcheck = "true";
|
# fastcheck = "true";
|
||||||
# debug = "verbose";
|
# # debug = "verbose";
|
||||||
perms = "0o1666";
|
# perms = "0o1666";
|
||||||
ignore = "Name {.direnv}";
|
# ignore = "Name {.direnv}";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue