Add my phone as a syncthing device

This commit is contained in:
TEC 2023-12-12 00:14:34 +08:00
parent 21b65b7318
commit af233e9ff2
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -16,11 +16,12 @@ with lib;
};
devices = {
"tranquillity" = { id = "VXWXMXK-MWENVPV-PV75JQH-45OP44F-QMPH645-JVWGJB2-C2GKHSV-QARV5A2"; };
"phone" = { id = "IMNPYY2-BZMILMV-PYUCUOS-UCO4WNJ-UBRW7EY-VESRBGA-XHTNZ6G-E34J5QC"; };
};
folders = {
"tec-public" = {
path = "~/public";
devices = [ "tranquillity" ];
devices = [ "tranquillity" "phone" ];
type = "receiveonly";
};
};