feat(syncthing): add new devices and folder configurations
Added devices "m4" and "x1" along with updating folder configurations to include "x1" in the devices list. Included commented-out Syncthing settings for future use in the x1 default configuration.
This commit is contained in:
parent
56f9f1c0ae
commit
f945bc0253
|
@ -26,6 +26,27 @@
|
|||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
/*
|
||||
settings = {
|
||||
devices = {
|
||||
"sgx" = {
|
||||
id = "2AAVSVQ-PK66I2B-2B4KWAU-TF674DG-IXNEKLF-CIWK7HG-7MUC7OW-DQQNAQM";
|
||||
};
|
||||
"x1" = {
|
||||
id = "ZXRDFYU-W22PYCZ-7QJJCVN-GGHP3TS-KSY56B4-75OLQRN-UR2A4ZU-7BQBQQZ";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"qibxq-03l4j" = {
|
||||
path = "~/Documents/logseq";
|
||||
devices = [
|
||||
"sgx"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
# overrideFolders = false;
|
||||
# overrideDevices = false;
|
||||
};
|
||||
|
|
|
@ -86,6 +86,12 @@
|
|||
"S25" = {
|
||||
id = "7Q7XQXG-VF7QM6Y-HJST4V2-RWOPB3M-GHXQDLL-SRRN3IL-3PHKNOZ-D2IFIQV";
|
||||
};
|
||||
"m4" = {
|
||||
id = "WLIPM6R-RHVUP3S-7DVQJTD-M7NAMCH-ZFEAFI4-HOVXOBN-Q7RTQNG-FMU36QC";
|
||||
};
|
||||
"x1" = {
|
||||
id = "ZXRDFYU-W22PYCZ-7QJJCVN-GGHP3TS-KSY56B4-75OLQRN-UR2A4ZU-7BQBQQZ";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"qibxq-03l4j" = {
|
||||
|
@ -93,6 +99,7 @@
|
|||
devices = [
|
||||
"sgx"
|
||||
"S25"
|
||||
"x1"
|
||||
];
|
||||
};
|
||||
"sm-s931b_hjcb-Bilder" = {
|
||||
|
|
Loading…
Reference in a new issue