syncthing: add smartphone

This commit is contained in:
Ingolf Wagner 2019-12-17 22:42:59 +13:00
parent a892f43086
commit 44c3b74ddf
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 10 additions and 2 deletions

View file

@ -50,6 +50,10 @@
enable = true;
path = "/media/series";
};
smartphone-music= {
enable = true;
path = "/media/smartphone-music";
};
};
};
};

View file

@ -43,6 +43,10 @@
enable = true;
path = "/home/palo/smartphone-fotos";
};
smartphone-music= {
enable = true;
path = "/home/palo/smartphone-music";
};
# no need to be encrypted
# -----------------------

View file

@ -24,7 +24,7 @@ with lib;
// {
smartphone = {
name = "smartphone";
id = "P6MFODE-PO7CRVB-5RL5AMX-HG4D2CE-C2NC7M4-RYHGX2N-VUU2DWL-C6GVPQN";
id = "PRCA4KO-PEMLUSO-ERUSKAP-GUDSW2I-AYTEB54-E5JJOXJ-23X2UYP-RLSMKQM";
addresses = [ "dynamic" ];
};
}
@ -133,7 +133,7 @@ with lib;
enable = lib.mkDefault false;
id = "0vjze-xvs8n";
watch = false;
devices = [ "workout" "smartphone" ];
devices = [ "sterni" "workout" "smartphone" ];
};
smartphone-fotos = {
enable = lib.mkDefault false;