machines{serverle,newton}: fix syncthing for 23.11

This commit is contained in:
Felix Buehler 2023-11-13 20:36:31 +01:00
parent 0141afda14
commit 9d6d14c393
2 changed files with 105 additions and 105 deletions

View file

@ -17,60 +17,60 @@
openDefaultPorts = true; openDefaultPorts = true;
key = config.sops.secrets."syncthing/key".path; key = config.sops.secrets."syncthing/key".path;
cert = config.sops.secrets."syncthing/cert".path; cert = config.sops.secrets."syncthing/cert".path;
extraOptions = { settings = {
options = { options = {
localAnnounceEnabled = false; localAnnounceEnabled = false;
urAccepted = 3; urAccepted = 3;
}; };
}; devices = {
devices = { "thinkman" = {
"thinkman" = { id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL"; };
"birdman" = {
id = "34Z4J7W-MJIODUD-J6LDJY6-QILQLLB-CJ4GR7K-7TJM2K3-R7SIPRV-XQO5TAI";
};
"serverle" = {
id = "PVPEIN7-PI226LR-ULSBYKT-JGRQ3PS-WSPLGBP-TKYRJVP-OTWE7IV-NLKTBA3";
};
}; };
"birdman" = { folders = {
id = "34Z4J7W-MJIODUD-J6LDJY6-QILQLLB-CJ4GR7K-7TJM2K3-R7SIPRV-XQO5TAI"; "Computer" = {
}; id = "djdxo-1akub";
"serverle" = { path = "/data/computer";
id = "PVPEIN7-PI226LR-ULSBYKT-JGRQ3PS-WSPLGBP-TKYRJVP-OTWE7IV-NLKTBA3"; devices = [
}; "thinkman"
}; "birdman"
folders = { "serverle"
"Computer" = { ];
id = "djdxo-1akub"; };
path = "/data/computer"; "Phone" = {
devices = [ id = "4hds7-gpypp";
"thinkman" path = "/data/phone";
"birdman" devices = [
"serverle" "thinkman"
]; "birdman"
}; "serverle"
"Phone" = { ];
id = "4hds7-gpypp"; };
path = "/data/phone"; "Music" = {
devices = [ id = "mphdq-n6q7y";
"thinkman" path = "/data/music";
"birdman" fsWatcherEnabled = false;
"serverle" devices = [
]; "thinkman"
}; "birdman"
"Music" = { "serverle"
id = "mphdq-n6q7y"; ];
path = "/data/music"; };
watch = false; "Pictures" = {
devices = [ id = "cujyo-yiabu";
"thinkman" path = "/data/photos";
"birdman" fsWatcherEnabled = false;
"serverle" devices = [
]; "thinkman"
}; "serverle"
"Pictures" = { ];
id = "cujyo-yiabu"; };
path = "/data/photos";
watch = false;
devices = [
"thinkman"
"serverle"
];
}; };
}; };
}; };

View file

@ -18,66 +18,66 @@
openDefaultPorts = true; openDefaultPorts = true;
key = config.sops.secrets."syncthing/key".path; key = config.sops.secrets."syncthing/key".path;
cert = config.sops.secrets."syncthing/cert".path; cert = config.sops.secrets."syncthing/cert".path;
extraOptions = { settings = {
options = { options = {
urAccepted = 3; urAccepted = 3;
}; };
}; devices = {
devices = { "thinkman" = {
"thinkman" = { id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL"; };
"birdman" = {
id = "34Z4J7W-MJIODUD-J6LDJY6-QILQLLB-CJ4GR7K-7TJM2K3-R7SIPRV-XQO5TAI";
};
"newton" = {
id = "5RISLVO-U5A5A7N-5BRYF2X-FTPNAI6-LOQDIMP-MVSM663-6W6VYBL-L7626A6";
};
}; };
"birdman" = { folders = {
id = "34Z4J7W-MJIODUD-J6LDJY6-QILQLLB-CJ4GR7K-7TJM2K3-R7SIPRV-XQO5TAI"; "Computer" = {
}; id = "djdxo-1akub";
"newton" = { path = "/data/computer";
id = "5RISLVO-U5A5A7N-5BRYF2X-FTPNAI6-LOQDIMP-MVSM663-6W6VYBL-L7626A6"; devices = [
}; "thinkman"
}; "birdman"
folders = { "newton"
"Computer" = { ];
id = "djdxo-1akub"; };
path = "/data/computer"; "Phone" = {
devices = [ id = "4hds7-gpypp";
"thinkman" path = "/data/phone";
"birdman" devices = [
"newton" "thinkman"
]; "birdman"
}; "newton"
"Phone" = { ];
id = "4hds7-gpypp"; };
path = "/data/phone"; "Music" = {
devices = [ id = "mphdq-n6q7y";
"thinkman" path = "/data/music";
"birdman" fsWatcherEnabled = false;
"newton" devices = [
]; "thinkman"
}; "birdman"
"Music" = { "newton"
id = "mphdq-n6q7y"; ];
path = "/data/music"; };
watch = false; "Pictures" = {
devices = [ id = "cujyo-yiabu";
"thinkman" path = "/data/photos";
"birdman" fsWatcherEnabled = false;
"newton" devices = [
]; "thinkman"
}; "newton"
"Pictures" = { ];
id = "cujyo-yiabu"; };
path = "/data/photos"; "Aria2" = {
watch = false; id = "jjnzq-pgzua";
devices = [ path = "/data/tmp/aria2";
"thinkman" devices = [
"newton" "thinkman"
]; ];
}; };
"Aria2" = {
id = "jjnzq-pgzua";
path = "/data/tmp/aria2";
devices = [
"thinkman"
];
}; };
}; };
}; };