phoebe: Add to syncthing devices and enable sharing

This commit is contained in:
Payas Relekar 2023-09-28 19:04:47 +05:30
parent 14029c501c
commit 290ced21d9
3 changed files with 13 additions and 8 deletions

View file

@ -21,7 +21,7 @@
settings = {
folders = {
Keepass = {
devices = [ "hermes" "Childish Tycoon" ];
devices = [ "hermes" "Childish Tycoon" "phoebe" ];
type = "receiveonly";
versioning = {
type = "simple";
@ -30,7 +30,7 @@
};
Syncthing = {
devices = [ "hermes" "Childish Tycoon" ];
devices = [ "hermes" "Childish Tycoon" "phoebe" ];
type = "receiveonly";
versioning = {
type = "simple";
@ -39,12 +39,12 @@
};
org = {
devices = [ "hermes" "Childish Tycoon" ];
devices = [ "hermes" "Childish Tycoon" "phoebe" ];
type = "receiveonly";
};
Music = {
devices = [ "hermes" "Childish Tycoon" ];
devices = [ "hermes" "Childish Tycoon" "phoebe" ];
type = "receiveonly";
fsWatcherEnabled = true;
};

View file

@ -11,7 +11,7 @@
folders = {
Keepass = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
devices = [ "bebop" "Childish Tycoon" "phoebe" ];
type = "sendreceive";
fsWatcherEnabled = true;
versioning = {
@ -22,7 +22,7 @@
Syncthing = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
devices = [ "bebop" "Childish Tycoon" "phoebe" ];
type = "sendreceive";
fsWatcherEnabled = true;
versioning = {
@ -36,14 +36,14 @@
org = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
devices = [ "bebop" "Childish Tycoon" "phoebe" ];
type = "sendreceive";
fsWatcherEnabled = true;
};
Music = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
devices = [ "bebop" "Childish Tycoon" "phoebe" ];
type = "sendreceive";
fsWatcherEnabled = true;
};

View file

@ -51,6 +51,11 @@ in
"M6OJZSY-MPOQY76-BSZUFBQ-QK7LBM6-3YBOJZS-5H2K7UV-S6B34ON-THT3OAI";
name = "bebop";
};
phoebe = {
id = "QIYIN4H-YPFZBEC-BG27JXI-VZMTK52-PJCHLUP-KVICDTY-MC26CAS-D66LKQV";
name = "phoebe";
};
};
folders = {