Add laptop as a syncthing device

This commit is contained in:
TEC 2023-12-16 09:31:26 +08:00
parent af233e9ff2
commit 2eb2bf27dd
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 = "DLCN7FP-BMHTAG6-QZHYGPJ-74IALUD-NZII77W-K73SPGU-L7QNGIS-NO674AH"; };
"phone" = { id = "IMNPYY2-BZMILMV-PYUCUOS-UCO4WNJ-UBRW7EY-VESRBGA-XHTNZ6G-E34J5QC"; };
};
folders = {
"tec-public" = {
path = "~/public";
devices = [ "tranquillity" "phone" ];
devices = [ "tranquillity" "demure" "phone" ];
type = "receiveonly";
};
};