mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machines/serlverle&newton: syncthing update usage-reporting
This commit is contained in:
parent
9870ba8252
commit
a03b834a35
2 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
extraOptions = {
|
||||
options = {
|
||||
localAnnounceEnabled = false;
|
||||
urAccepted = 3;
|
||||
};
|
||||
};
|
||||
devices = {
|
||||
|
@ -46,6 +47,7 @@
|
|||
"Music" = {
|
||||
id = "mphdq-n6q7y";
|
||||
path = "/srv/data/music";
|
||||
watch = false;
|
||||
devices = [
|
||||
"thinkman"
|
||||
"birdman"
|
||||
|
@ -55,6 +57,7 @@
|
|||
"Pictures" = {
|
||||
id = "cujyo-yiabu";
|
||||
path = "/srv/data/photos";
|
||||
watch = false;
|
||||
devices = [
|
||||
"thinkman"
|
||||
"serverle"
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
openDefaultPorts = true;
|
||||
key = config.sops.secrets."syncthing/key".path;
|
||||
cert = config.sops.secrets."syncthing/cert".path;
|
||||
extraOptions = {
|
||||
options = {
|
||||
urAccepted = 3;
|
||||
};
|
||||
};
|
||||
devices = {
|
||||
"thinkman" = {
|
||||
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
|
||||
|
@ -41,6 +46,7 @@
|
|||
"Music" = {
|
||||
id = "mphdq-n6q7y";
|
||||
path = "/srv/data/music";
|
||||
watch = false;
|
||||
devices = [
|
||||
"thinkman"
|
||||
"birdman"
|
||||
|
@ -50,6 +56,7 @@
|
|||
"Pictures" = {
|
||||
id = "cujyo-yiabu";
|
||||
path = "/srv/data/photos";
|
||||
watch = false;
|
||||
devices = [
|
||||
"thinkman"
|
||||
"newton"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue