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,12 +17,11 @@
openDefaultPorts = true;
key = config.sops.secrets."syncthing/key".path;
cert = config.sops.secrets."syncthing/cert".path;
extraOptions = {
settings = {
options = {
localAnnounceEnabled = false;
urAccepted = 3;
};
};
devices = {
"thinkman" = {
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
@ -56,7 +55,7 @@
"Music" = {
id = "mphdq-n6q7y";
path = "/data/music";
watch = false;
fsWatcherEnabled = false;
devices = [
"thinkman"
"birdman"
@ -66,7 +65,7 @@
"Pictures" = {
id = "cujyo-yiabu";
path = "/data/photos";
watch = false;
fsWatcherEnabled = false;
devices = [
"thinkman"
"serverle"
@ -74,4 +73,5 @@
};
};
};
};
}

View file

@ -18,11 +18,10 @@
openDefaultPorts = true;
key = config.sops.secrets."syncthing/key".path;
cert = config.sops.secrets."syncthing/cert".path;
extraOptions = {
settings = {
options = {
urAccepted = 3;
};
};
devices = {
"thinkman" = {
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
@ -56,7 +55,7 @@
"Music" = {
id = "mphdq-n6q7y";
path = "/data/music";
watch = false;
fsWatcherEnabled = false;
devices = [
"thinkman"
"birdman"
@ -66,7 +65,7 @@
"Pictures" = {
id = "cujyo-yiabu";
path = "/data/photos";
watch = false;
fsWatcherEnabled = false;
devices = [
"thinkman"
"newton"
@ -81,4 +80,5 @@
};
};
};
};
}