Corrected syncthing config on puter

This commit is contained in:
2026-01-11 13:34:55 +02:00
parent 1203b8d968
commit 273314eff6

View File

@@ -18,16 +18,13 @@
settings = {
devices = {
"phone" = {
id = "N3RII7R-4YOKJ46-HY6NSTD-TPE7SW4-N66CWVQ-J2JVW7E-NARRMBF-JG27YQ7";
id = "XZUDBP7-BF6GYMX-WWWLMLG-WUXSSXL-Y7CX7NO-56HEIIO-RZGBXJ5-4YWW2AF";
};
"bigbox" = {
id = "RFFXZJI-HJTEDCU-M7MU3SW-M7DJK4U-MESRKYA-OGHYOSG-KNZO7JB-6LQ5VAE";
};
"otherphone" = {
id = "YXDV7TY-BOBM7ND-LGYNQMX-BSHWYCN-2PCUTNK-V367ZKH-QULTSYM-ZZNPPQD";
};
"cloudhaus" = {
id = "7QAD3ZH-6HPZJAY-PMYV6EG-7C2D4XB-JMY7ORG-FSNHP33-JBY6HEI-WV6VHQX";
id = "B3WJKAE-KJFKO7G-CKOOLCO-EDC2AFV-EP5DB52-HWPLOMQ-6M5VJON-JBQEXAJ";
};
};
folders = {
@@ -43,12 +40,12 @@
type = "sendonly";
devices = ["bigbox"]; # Which devices to share the folder with
};
"puter_home" = {
path = "/home/user/";
type = "sendonly";
devices = ["bigbox"];
ignores = [".*" "!.ssh/"];
};
#"puter_home" = {
# path = "/home/user/";
# type = "sendonly";
# devices = ["bigbox"];
# ignores = [".*" "!.ssh/"];
#};
};
};
};