syncthing: add smartphone
This commit is contained in:
parent
a892f43086
commit
44c3b74ddf
3 changed files with 10 additions and 2 deletions
|
@ -50,6 +50,10 @@
|
|||
enable = true;
|
||||
path = "/media/series";
|
||||
};
|
||||
smartphone-music= {
|
||||
enable = true;
|
||||
path = "/media/smartphone-music";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
# -----------------------
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue