Add boox-go to Syncthing config

This commit is contained in:
albert 2025-03-19 19:40:40 +01:00
parent 06f152f988
commit d73143dcfc
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -10,6 +10,7 @@
"rdesktop-warsaw-ovh-01"
"rdesktop-framework-server"
"google-pixel-8"
"boox-go"
];
in {
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true";
@ -108,6 +109,10 @@ in {
autoAcceptFolders = true;
id = "3MJWCB6-AHXDFQC-METP74C-NPBAPUE-CTTGLHT-POWI3X5-PAODMA3-G4ZALQV";
};
"boox-go" = {
autoAcceptFolders = true;
id = "L57T4DB-FQHCNWX-7UBSCR2-4X6GPZJ-PQUZ455-6LPLLVZ-PKSF47B-KEQZ6AW";
};
};
};
};