Syncthing changes
This commit is contained in:
parent
9c42af3712
commit
6e5ae321cf
1 changed files with 18 additions and 3 deletions
|
|
@ -83,14 +83,29 @@
|
||||||
overrideDevices = true;
|
overrideDevices = true;
|
||||||
overrideFolders = true;
|
overrideFolders = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
options = {
|
||||||
|
urAccepted = -1;
|
||||||
|
}
|
||||||
gui = {
|
gui = {
|
||||||
user = config.sops.templates."syncuser".content;
|
user = config.sops.templates."syncuser".content;
|
||||||
password = config.sops.templates."syncpassword".content;
|
password = config.sops.templates."syncpassword".content;
|
||||||
};
|
};
|
||||||
devices = {
|
devices = {
|
||||||
"luna" = { id = "MW4ZTAX-D7KDLRL-YHNGNCF-V6FW5L4-SCKQKES-BO7KV43-L5667GL-JHIYEAA"; };
|
"luna" = {
|
||||||
"terra" = { id = "2QWRFLY-ZUY5C6C-X36R5CY-PJSGLYY-5HWIWJN-2YYWRPU-T66GJMU-GXTQ6QK"; };
|
id = "MW4ZTAX-D7KDLRL-YHNGNCF-V6FW5L4-SCKQKES-BO7KV43-L5667GL-JHIYEAA";
|
||||||
"solis" = { id = "TI3T3BI-7TPOMUM-CWOL3M5-QBHTBVD-EX2DQVC-62UHHA3-JTUSN5F-5S47JQD"; };
|
autoAcceptFolders = true;
|
||||||
|
name = "luna";
|
||||||
|
};
|
||||||
|
"terra" = {
|
||||||
|
id = "2QWRFLY-ZUY5C6C-X36R5CY-PJSGLYY-5HWIWJN-2YYWRPU-T66GJMU-GXTQ6QK";
|
||||||
|
autoAcceptFolders = true;
|
||||||
|
name = "terra";
|
||||||
|
};
|
||||||
|
"solis" = {
|
||||||
|
id = "TI3T3BI-7TPOMUM-CWOL3M5-QBHTBVD-EX2DQVC-62UHHA3-JTUSN5F-5S47JQD";
|
||||||
|
autoAcceptFolders = true;
|
||||||
|
name = "solis";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"Documents" = {
|
"Documents" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue