Revert "syncthing: add mail dir"

This reverts commit adbaa9ebbc.

Turns out, mbsync adds hostname to every mail file. And that makes
things pretty awkward, often syncthing same mail file multiple times.
Since I do not expect to have hermes and phoebe running simultaneously
most of the time, I think it is fine to sync mail to both independently
of each other.
This commit is contained in:
Payas Relekar 2023-11-14 15:12:32 +05:30
parent dd830122e5
commit 7a06bf52eb
4 changed files with 0 additions and 23 deletions

View file

@ -43,11 +43,6 @@
type = "receiveonly";
};
mail = {
devices = [ "hermes" "phoebe" ];
type = "receiveonly";
};
Music = {
devices = [ "hermes" "Childish Tycoon" "phoebe" ];
type = "receiveonly";

View file

@ -41,12 +41,6 @@
fsWatcherEnabled = true;
};
mail = {
devices = [ "bebop" "phoebe" ];
type = "sendreceive";
fsWatcherEnabled = true;
};
Music = {
enable = true;
devices = [ "bebop" "Childish Tycoon" "phoebe" ];

View file

@ -43,12 +43,6 @@
type = "sendreceive";
};
mail = {
devices = [ "hermes" "bebop" ];
type = "sendreceive";
fsWatcherEnabled = true;
};
Music = {
devices = [ "hermes" "Childish Tycoon" "bebop" ];
type = "sendreceive";

View file

@ -86,12 +86,6 @@ in
path = "~/org";
};
mail = {
id = "kpznt-cyugo";
label = "mail";
path = "~/.mail";
};
Pictures = {
id = "rjozc-vd3hh";
label = "Pictures";