mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machines{serverle,newton}: fix syncthing for 23.11
This commit is contained in:
parent
0141afda14
commit
9d6d14c393
2 changed files with 105 additions and 105 deletions
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue