Add laptop as a syncthing device

This commit is contained in:
TEC 2023-12-16 09:31:26 +08:00
parent af233e9ff2
commit 8ce9fe5ce0
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

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