syncthing: add mail dir

This commit is contained in:
Payas Relekar 2023-11-14 14:16:36 +05:30
parent 0522b8b006
commit adbaa9ebbc
4 changed files with 23 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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