machines/serlverle&newton: syncthing update usage-reporting

This commit is contained in:
Felix Buehler 2023-01-12 23:21:42 +01:00
parent 9870ba8252
commit a03b834a35
2 changed files with 10 additions and 0 deletions

View file

@ -11,6 +11,7 @@
extraOptions = { extraOptions = {
options = { options = {
localAnnounceEnabled = false; localAnnounceEnabled = false;
urAccepted = 3;
}; };
}; };
devices = { devices = {
@ -46,6 +47,7 @@
"Music" = { "Music" = {
id = "mphdq-n6q7y"; id = "mphdq-n6q7y";
path = "/srv/data/music"; path = "/srv/data/music";
watch = false;
devices = [ devices = [
"thinkman" "thinkman"
"birdman" "birdman"
@ -55,6 +57,7 @@
"Pictures" = { "Pictures" = {
id = "cujyo-yiabu"; id = "cujyo-yiabu";
path = "/srv/data/photos"; path = "/srv/data/photos";
watch = false;
devices = [ devices = [
"thinkman" "thinkman"
"serverle" "serverle"

View file

@ -8,6 +8,11 @@
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 = {
options = {
urAccepted = 3;
};
};
devices = { devices = {
"thinkman" = { "thinkman" = {
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL"; id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
@ -41,6 +46,7 @@
"Music" = { "Music" = {
id = "mphdq-n6q7y"; id = "mphdq-n6q7y";
path = "/srv/data/music"; path = "/srv/data/music";
watch = false;
devices = [ devices = [
"thinkman" "thinkman"
"birdman" "birdman"
@ -50,6 +56,7 @@
"Pictures" = { "Pictures" = {
id = "cujyo-yiabu"; id = "cujyo-yiabu";
path = "/srv/data/photos"; path = "/srv/data/photos";
watch = false;
devices = [ devices = [
"thinkman" "thinkman"
"newton" "newton"